This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mapozyan
Recipients ionelmc, mapozyan, pitrou
Date 2020-05-06.11:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588765598.85.0.675012331368.issue38227@roundup.psfhosted.org>
In-reply-to
Content
Attached working patch.
Tested with signal handler set in Lib/test/_test_multiprocessing.py:

2329a2330,2331
> def signal_handler(signum, frame):
>     pass
2335a2338
>         cls.old_handler = signal.signal(signal.SIGTERM, signal_handler)
2342a2346
>         signal.signal(signal.SIGTERM, cls.old_handler)

All passing.
History
Date User Action Args
2020-05-06 11:46:38mapozyansetrecipients: + mapozyan, pitrou, ionelmc
2020-05-06 11:46:38mapozyansetmessageid: <1588765598.85.0.675012331368.issue38227@roundup.psfhosted.org>
2020-05-06 11:46:38mapozyanlinkissue38227 messages
2020-05-06 11:46:38mapozyancreate