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.23:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544051345.9.0.788709270274.issue34172@psf.upfronthosting.co.za>
In-reply-to
Content
Another example of complex issue related to object lifetime, resources (file descriptors) and multiprocessing: bpo-30966, add SimpleQueue.close().
History
Date User Action Args
2018-12-05 23:09:05vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, ned.deily, docs@python, zach.ware, mattip, davin, tzickel, pablogsal, Windson Yang
2018-12-05 23:09:05vstinnersetmessageid: <1544051345.9.0.788709270274.issue34172@psf.upfronthosting.co.za>
2018-12-05 23:09:05vstinnerlinkissue34172 messages
2018-12-05 23:09:05vstinnercreate