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 vstinner
Recipients Nir Soffer, giampaolo.rodola, vstinner, walkhour
Date 2017-07-27.10:14:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501150460.56.0.0387463307971.issue30931@psf.upfronthosting.co.za>
In-reply-to
Content
Much shorter summary:

* Handlers of dispatcher must not be called if the dispatcher was called.
* If a dispatcher is closed between the execution of two of his handlers, the next handlers should not be called

My PR 2854 adds 3 unit tests to verify this behaviour of 3 different "race conditions".
History
Date User Action Args
2017-07-27 10:14:20vstinnersetrecipients: + vstinner, giampaolo.rodola, Nir Soffer, walkhour
2017-07-27 10:14:20vstinnersetmessageid: <1501150460.56.0.0387463307971.issue30931@psf.upfronthosting.co.za>
2017-07-27 10:14:20vstinnerlinkissue30931 messages
2017-07-27 10:14:20vstinnercreate