Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------
type:  -> behavior
versions:  -Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35378>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to