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 tzickel
Recipients pablogsal, pitrou, tzickel
Date 2018-12-02.17:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543772736.32.0.788709270274.issue35378@psf.upfronthosting.co.za>
In-reply-to
Content
It's important to note that before those PR, that code would leak the Pool instance until the process ends (once per call).

https://github.com/python/cpython/compare/master...tzickel:fix34172

Is my proposed fix (till I get it to a PR).
History
Date User Action Args
2018-12-02 17:45:36tzickelsetrecipients: + tzickel, pitrou, pablogsal
2018-12-02 17:45:36tzickelsetmessageid: <1543772736.32.0.788709270274.issue35378@psf.upfronthosting.co.za>
2018-12-02 17:45:36tzickellinkissue35378 messages
2018-12-02 17:45:36tzickelcreate