We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7502c commit f6f9b29Copy full SHA for f6f9b29
tractor/_entry.py
@@ -62,7 +62,7 @@ def _trio_main(
62
"""
63
# Disable sigint handling in children;
64
# we don't need it thanks to our cancellation machinery.
65
- signal.signal(signal.SIGINT, signal.SIG_IGN)
+ # signal.signal(signal.SIGINT, signal.SIG_IGN)
66
67
log.info(f"Started new trio process for {actor.uid}")
68
0 commit comments