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, vstinner
Date 2017-10-02.14:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506954820.24.0.213398074469.issue31510@psf.upfronthosting.co.za>
In-reply-to
Content
> It looks like a weak synchronization.

It is.  I don't remember exactly why I had to add this, I can't reproduce any issue without it anymore...

> the signal is sent before Python registered signal handlers?

Python signal handlers are not relevant here, we're sending SIGTERM which kills the process.
History
Date User Action Args
2017-10-02 14:33:40pitrousetrecipients: + pitrou, vstinner
2017-10-02 14:33:40pitrousetmessageid: <1506954820.24.0.213398074469.issue31510@psf.upfronthosting.co.za>
2017-10-02 14:33:40pitroulinkissue31510 messages
2017-10-02 14:33:39pitroucreate