]> 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:56:30 +0000 (17:56 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 8 Apr 2015 14:56:30 +0000 (17:56 +0300)
commit7ecfc82edbe5ccb125f53b92447abd4bc155ba1c
treeb37c62d0be854512af5b840974aad890201b1084
parent52c0c3382d95a8a4877a5dfaaacf61b436f0b1bf
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