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
Date 2018-12-06.11:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544094728.75.0.788709270274.issue35378@psf.upfronthosting.co.za>
In-reply-to
Content
Although I think keeping the iterator is not a bad solution if done correctly, I think more and more that is not the best solution.

@Antoine, would you be ok passing a weak reference to the iterator and raising if the pool is dead?

I still think we should try to avoid hanging.
History
Date User Action Args
2018-12-06 11:12:08pablogsalsetrecipients: + pablogsal, pitrou, ericvw, tzickel
2018-12-06 11:12:08pablogsalsetmessageid: <1544094728.75.0.788709270274.issue35378@psf.upfronthosting.co.za>
2018-12-06 11:12:08pablogsallinkissue35378 messages
2018-12-06 11:12:08pablogsalcreate