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 pitrou
Recipients ericvw, pablogsal, pitrou, tzickel
Date 2018-12-06.09:31:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544088699.81.0.788709270274.issue35378@psf.upfronthosting.co.za>
In-reply-to
Content
Let's step back a bit here.  This kind of code has never been supported.  As Victor says, we should be careful not to add any potential sources of reference cycles.

The reason the code originally "worked" is that it actually leaked the Pool object (and presumably its worker threads and processes) until the end of the application.
History
Date User Action Args
2018-12-06 09:31:39pitrousetrecipients: + pitrou, ericvw, tzickel, pablogsal
2018-12-06 09:31:39pitrousetmessageid: <1544088699.81.0.788709270274.issue35378@psf.upfronthosting.co.za>
2018-12-06 09:31:39pitroulinkissue35378 messages
2018-12-06 09:31:39pitroucreate