]> granicus.if.org Git - python/commit
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 8 Apr 2015 14:57:44 +0000 (17:57 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 8 Apr 2015 14:57:44 +0000 (17:57 +0300)
commit291d7b0284c879b727e6f1c0d0c35a062c316a3a
treeb49b18071e92fb43db662f52526646524ab860da
parentb8e973f9374524b3065e70bd265da2a8901b4638
parent7ecfc82edbe5ccb125f53b92447abd4bc155ba1c
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.

Patch by Davin Potts.
Doc/library/multiprocessing.rst
Lib/multiprocessing/queues.py
Misc/NEWS