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 parameters.

Seems like an obvious thing to fix; the parameter is defaulted anyway, so 
existing code should continue to work, and it makes multiprocessing swap in for 
threading more seamlessly.

----------
nosy: +josh.r

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29293>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to