agronholm / pythonfutures

Backport of the concurrent.futures package to Python 2.6 and 2.7
Other
232 stars 51 forks source link

Please apply the fix for http://bugs.python.org/issue16284 #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The absence of the patches from http://bugs.python.org/issue16284 
(concurrent.futures ThreadPoolExecutor keeps unnecessary references to worker 
functions) leads to memory leaks. Currently we have to monkey-patch the library.

Thanks!

Original issue reported on code.google.com by kisl...@gmail.com on 15 Nov 2014 at 8:14

agronholm commented 9 years ago

Fixed in 50453b2