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

GitHub noreply at github.com
Fri Mar 24 10:19:19 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 80cb6ed4db9bae09de1e9ad6001d11cb45a4c1cc
      https://github.com/python/cpython/commit/80cb6ed4db9bae09de1e9ad6001d11cb45a4c1cc
  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) (#801)

* 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