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 eric.snow
Recipients eric.snow
Date 2018-12-06.00:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544055159.6.0.788709270274.issue35423@psf.upfronthosting.co.za>
In-reply-to
Content
For a while now the signal handling machinery has piggy-backed on ceval's "pending calls" machinery (e.g. Py_AddPendingCall).  This is a bit confusing.  It also increases the risk with unrelated changes to the pending calls code.
History
Date User Action Args
2018-12-06 00:12:39eric.snowsetrecipients: + eric.snow
2018-12-06 00:12:39eric.snowsetmessageid: <1544055159.6.0.788709270274.issue35423@psf.upfronthosting.co.za>
2018-12-06 00:12:39eric.snowlinkissue35423 messages
2018-12-06 00:12:39eric.snowcreate