[Python-checkins] [python/cpython] 5084ff: bpo-29861: release references to multiprocessing P...

GitHub noreply at github.com
Fri Mar 24 11:03:48 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 5084ff7ddfe68969d95af12075016f309718aea8
      https://github.com/python/cpython/commit/5084ff7ddfe68969d95af12075016f309718aea8
  Author: Antoine Pitrou <pitrou at free.fr>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M Lib/multiprocessing/pool.py
    M Lib/test/test_multiprocessing.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29861: release references to multiprocessing Pool tasks (#743) (#803)

* 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 8988945cdc27ffa86ba8c624e095b51c459f5154)

* Fix Misc/NEWS ?




More information about the Python-checkins mailing list