[Python-checkins] [python/cpython] 483504: bpo-29293: multiprocessing.Condition.notify() lack...
GitHub
noreply at github.com
Tue Jul 4 02:59:23 EDT 2017
Branch: refs/heads/master
Home: https://github.com/python/cpython
Commit: 48350412b70c76fa51f488cfc736c80d59b5e8eb
https://github.com/python/cpython/commit/48350412b70c76fa51f488cfc736c80d59b5e8eb
Author: Antoine Pitrou <pitrou at free.fr>
Date: 2017-07-04 (Tue, 04 Jul 2017)
Changed paths:
M Lib/multiprocessing/managers.py
M Lib/multiprocessing/synchronize.py
M Lib/test/_test_multiprocessing.py
A Misc/NEWS.d/next/Library/2017-06-29-00-07-22.bpo-29293.Z6WZjD.rst
Log Message:
-----------
bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)
* bpo-29293: multiprocessing.Condition.notify() lacks parameter `n`
* Add NEWS blurb
More information about the Python-checkins
mailing list