New submission from Ian Bell <ian.h.b...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15198>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to