plucury / pythonfutures

Automatically exported from code.google.com/p/pythonfutures
Other
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 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