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 vstinner
Recipients vstinner
Date 2018-11-13.15:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542121861.06.0.788709270274.issue35233@psf.upfronthosting.co.za>
In-reply-to
Content
_PyMainInterpreterConfig_Copy() doesn't copy the install_signal_handlers attribute and so config->install_signal_handlers is always -1.

Bug spotted by Francis Hart:
https://github.com/python/cpython/pull/10516

Attached PR fix the issue.
History
Date User Action Args
2018-11-13 15:11:01vstinnersetrecipients: + vstinner
2018-11-13 15:11:01vstinnersetmessageid: <1542121861.06.0.788709270274.issue35233@psf.upfronthosting.co.za>
2018-11-13 15:11:01vstinnerlinkissue35233 messages
2018-11-13 15:11:00vstinnercreate