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 ericvw, pablogsal, pitrou, tzickel, vstinner
Date 2018-12-09.17:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544377472.94.0.788709270274.issue35378@psf.upfronthosting.co.za>
In-reply-to
Content
Also, making tests that do not leak threads for this case is very difficult as if we go with weakrefs, the test *has* to leak a pool (the pool is dead but never calls join/close) to check that when you use the iterator the exception happens. Also, getting such test race-free is going to be challenging.
History
Date User Action Args
2018-12-09 17:44:33pablogsalsetrecipients: + pablogsal, pitrou, vstinner, ericvw, tzickel
2018-12-09 17:44:32pablogsalsetmessageid: <1544377472.94.0.788709270274.issue35378@psf.upfronthosting.co.za>
2018-12-09 17:44:32pablogsallinkissue35378 messages
2018-12-09 17:44:32pablogsalcreate