[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

[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 <http://bugs.python.o