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 Windson Yang, benjamin.peterson, davin, docs@python, mattip, ned.deily, pablogsal, pitrou, tzickel, vstinner, zach.ware
Date 2018-12-05.01:37:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543973856.01.0.788709270274.issue34172@psf.upfronthosting.co.za>
In-reply-to
Content
multiprocessing should help the developer to detect when the API is misused. For example, emit a ResourceWarning if a pool is not released explicitly. It might help to detect such bugs:

* bpo-33676
* bpo-35413
History
Date User Action Args
2018-12-05 01:37:36vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, ned.deily, docs@python, zach.ware, mattip, davin, tzickel, pablogsal, Windson Yang
2018-12-05 01:37:36vstinnersetmessageid: <1543973856.01.0.788709270274.issue34172@psf.upfronthosting.co.za>
2018-12-05 01:37:35vstinnerlinkissue34172 messages
2018-12-05 01:37:35vstinnercreate