[issue10348] multiprocessing: use SysV semaphores on FreeBSD

Charles-François Natali report at bugs.python.org
Tue Oct 4 19:30:57 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

-1
IMHO, implementing SysV semaphores would be a step backwards, plus the API is a real pain.
I think there's no reason to complicate the code to accomodate such corner cases, especially since the systems that don't support POSIX semaphores will eventually die out...

----------
nosy: +neologix

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10348>
_______________________________________


More information about the Python-bugs-list mailing list