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 pablogsal
Recipients gregory.p.smith, pablogsal
Date 2019-02-17.00:22:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550362973.03.0.357501867166.issue36013@roundup.psfhosted.org>
In-reply-to
Content
Could it be a race condition the signal delivery?

Technically, the process sends itself a signal and never waits for it, it just exits. The signal can arrive after the process has exited normally. Or I am missing something obvious in this reasoning?
History
Date User Action Args
2019-02-17 00:22:53pablogsalsetrecipients: + pablogsal, gregory.p.smith
2019-02-17 00:22:53pablogsalsetmessageid: <1550362973.03.0.357501867166.issue36013@roundup.psfhosted.org>
2019-02-17 00:22:52pablogsallinkissue36013 messages
2019-02-17 00:22:52pablogsalcreate