• Antoine Pitrou's avatar
    bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) · 5084ff7d
    Antoine Pitrou yazdı
    * bpo-29861: release references to multiprocessing Pool tasks (#743)
    
    * bpo-29861: release references to multiprocessing Pool tasks
    
    Release references to tasks, their arguments and their results as soon
    as they are finished, instead of keeping them alive until another task
    arrives.
    
    * Comments in test
    
    (cherry picked from commit 8988945c)
    
    * Fix Misc/NEWS ?
    5084ff7d
pool.py 23.6 KB