[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-07-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8207c17486baece8ed0ac42d9f8d69ecec4ba7e4 by Victor Stinner in branch 'master': Revert "bpo-30822: Fix testing of datetime module." (#2588) https://github.com/python/cpython/commit/8207c17486baece8ed0ac42d9f8d69ecec4ba7e4 -- nosy: +haypo

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-07-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-07-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset 48350412b70c76fa51f488cfc736c80d59b5e8eb by Antoine Pitrou in branch 'master': bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480) https://github.com/python/cpython/commit/48350412b70c76fa51f488cfc736c80d59b5e8eb

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-06-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: +Python 3.7 -Python 3.6 ___ Python tracker ___ ___

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-06-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- pull_requests: +2538 ___ Python tracker ___ ___

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-01-18 Thread Josh Rosenberg
Josh Rosenberg added the comment: Looks like, despite what the multiprocessing.Condition docs say (claiming it's an alias for threading.Condition), at least in Python 3.5, it's a completely separate animal from multiprocessing.synchronize, and the notify method on it doesn't take any

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-01-17 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> davin nosy: +davin ___ Python tracker ___

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-01-17 Thread Victor de la Fuente
Victor de la Fuente added the comment: Sorry for the typo, I meant: #Replacing the call with condition.notify(n=2): #TypeError: notify() got an unexpected keyword argument 'n' -- ___ Python tracker

[issue29293] Missing parameter "n" on multiprocessing.Condition.notify()

2017-01-17 Thread Victor de la Fuente
New submission from Victor de la Fuente: Versions: Darwin MacBook-Pro-de-Victor.local 16.3.0 Darwin Kernel Version 16.3.0: Thu Nov 17 20:23:58 PST 2016; root:xnu-3789.31.2~1/RELEASE_X86_64 x86_64 Python 3.6.0 (v3.6.0:41df79263a11, Dec 22 2016, 17:23:13) [GCC 4.2.1 (Apple Inc. build 5666) (dot