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 jyasskin, neologix, pitrou, vstinner
Date 2017-06-29.20:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498766466.5.0.206048898577.issue30808@psf.upfronthosting.co.za>
In-reply-to
Content
We already use the _Py_atomic APIs in ceval.c, for lockless boolean flags.  We should do the same in the signal module where there are similar concurrency issues (for example between the signal handler running in one thread and PyErr_CheckSignals running in another thread).
History
Date User Action Args
2017-06-29 20:01:06pitrousetrecipients: + pitrou, vstinner, jyasskin, neologix
2017-06-29 20:01:06pitrousetmessageid: <1498766466.5.0.206048898577.issue30808@psf.upfronthosting.co.za>
2017-06-29 20:01:06pitroulinkissue30808 messages
2017-06-29 20:01:06pitroucreate