[New-bugs-announce] [issue15198] multiprocessing Pipe send of non-picklable objects doesn't raise error

Ian Bell report at bugs.python.org
Wed Jun 27 05:25:49 CEST 2012


New submission from Ian Bell <ian.h.bell at gmail.com>:

When a non-picklable object is sent through a multiprocessing.Pipe, no exception is raised, instead when trying to read the other end of the pipe, a TypeError is raised:

TypeError: Required argument 'handle' (pos 1) not found

----------
components: Windows
messages: 164118
nosy: Ian.Bell
priority: normal
severity: normal
status: open
title: multiprocessing Pipe send of non-picklable objects doesn't raise error
versions: Python 2.7

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


More information about the New-bugs-announce mailing list