Skip to content

Commit 27e8157

Browse files
committed
fixup! handle ProcessExit event to avoid Python crash when CLR (in particular Mono) is unloaded before Python stops
1 parent 3a1adb3 commit 27e8157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize_options(self):
4040

4141
def finalize_options(self):
4242
if self.dotnet_config is None:
43-
self.dotnet_config = "debug"
43+
self.dotnet_config = "release"
4444

4545
build = self.distribution.get_command_obj("build")
4646
build.ensure_finalized()

0 commit comments

Comments
 (0)