[New-bugs-announce] [issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

Yaşar Arabacı report at bugs.python.org
Sun Dec 18 10:39:05 CET 2011


New submission from Yaşar Arabacı <yasar11732 at gmail.com>:

Even though same code works fine under Python 2.7(r27:82500, Aug 07 2010, 16:54:59) and Python 2.6.6 (r266:84292, Jun 12 2011, 20:37:17), I get following error using multiprocessing.reduction module no matter what I try. Complete code example that gives this error is also attached.

Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/reduction.py", line 127, in _serve
send_handle(conn, handle_wanted, destination_pid)
File "/usr/lib/python2.7/multiprocessing/reduction.py", line 80, in send_handle
_multiprocessing.sendfd(conn.fileno(), handle)
OSError: [Errno 9] Bad file descriptor

----------
components: IO
files: multiprocesssockserv.py
messages: 149739
nosy: Yaşar.Arabacı
priority: normal
severity: normal
status: open
title: multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file24017/multiprocesssockserv.py

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


More information about the New-bugs-announce mailing list