]> granicus.if.org Git - python/commit
Issue #16284: Prevent keeping unnecessary references to worker functions in concurren...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 3 Nov 2012 13:36:01 +0000 (15:36 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 3 Nov 2012 13:36:01 +0000 (15:36 +0200)
commit6b973747f3c5e31afd89f6a7d79bc9f3f1628710
tree10127b702286a312c859d4bf9922716f8ad402bf
parent0f77bf27ca372655104884bf1e1ecaf014e8a61a
Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor.
Lib/concurrent/futures/process.py
Lib/concurrent/futures/thread.py
Lib/multiprocessing/queues.py
Lib/test/test_concurrent_futures.py
Misc/ACKS
Misc/NEWS