We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d804f59 commit 961d1e1Copy full SHA for 961d1e1
clr_loader/__init__.py
@@ -62,11 +62,13 @@ def get_mono(
62
Whether to enable signal chaining, passed to ``mono_set_signal_chaining``.
63
If it is enabled, the runtime saves the original signal handlers before
64
installing its own, and calls the original ones in the following cases:
65
- - SIGSEGV/SIGABRT while executing native code
66
- - SIGPROF
67
- - SIGFPE
68
- - SIGQUIT
69
- - SIGUSR2
+
+ - SIGSEGV/SIGABRT while executing native code
+ - SIGPROF
+ - SIGFPE
+ - SIGQUIT
70
+ - SIGUSR2
71
72
This currently only works on POSIX platforms
73
"""
74
from .mono import Mono
0 commit comments