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 pitrou
Recipients pitrou
Date 2017-06-26.12:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498480849.13.0.653593799418.issue30766@psf.upfronthosting.co.za>
In-reply-to
Content
Lock functions may be called from the C signal handler, so strive to make them more signal-safe (they are not unfortunately, but minimizing the number of non-signal-safe functions called there is a good thing).

Discovered in issue30703.
History
Date User Action Args
2017-06-26 12:40:49pitrousetrecipients: + pitrou
2017-06-26 12:40:49pitrousetmessageid: <1498480849.13.0.653593799418.issue30766@psf.upfronthosting.co.za>
2017-06-26 12:40:49pitroulinkissue30766 messages
2017-06-26 12:40:49pitroucreate