[issue24900] Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor

2017-08-30 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
pull_requests:  -3277

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24900] Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor

2017-08-29 Thread George King

Changes by George King :


--
pull_requests: +3277

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24900] Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor

2015-09-10 Thread Benedikt Reinartz

Benedikt Reinartz added the comment:

That would touch 2, but as this is happening in the exception handling already 
that would need to be catched and handled by itself. However, one could then do 
without a "pickle -> unpickle" dance.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24900] Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor

2015-09-02 Thread Benedikt Reinartz

Changes by Benedikt Reinartz :


--
versions: +Python 2.7, Python 3.2, Python 3.4, Python 3.5, Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24900] Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor

2015-09-02 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

The patch for issue22995 disallows default pickling objects with tp_new == NULL.

--
nosy: +alexandre.vassalotti, pitrou, serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24900] Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor

2015-08-20 Thread Benedikt Sauer

Benedikt Sauer added the comment:

Actually I think that this may consist of multiple issues:

1. http://bugs.python.org/issue8323 (closed as wont-fix): multiprocessing.Queue 
should throw a sensible error if a Queue element can't be unpickled, however 
the user managed to create that
2. The worker process should prevent unpicklable ResultItems to be put on the 
Queue
3. The parent thread in ProcessPoolExecutor should handle the exceptions by 
setting its broken flag and at least trying to cleanly shut down

--
title: Raising an exception that is unable to be unpickled causes hang in 
ProcessPoolExecutor - Raising an exception that cannot be unpickled causes 
hang in ProcessPoolExecutor

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24900
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24900] Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor

2015-08-20 Thread Alex Grönholm

Changes by Alex Grönholm alex.gronholm+pyt...@nextday.fi:


--
nosy: +alex.gronholm

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24900
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com