[issue39751] multiprocessing breaks when payload fails to unpickle

2021-09-07 Thread Irit Katriel
Irit Katriel added the comment: Changing type since crash typically means segfault and not an exception. -- nosy: +iritkatriel type: crash -> behavior ___ Python tracker ___

[issue39751] multiprocessing breaks when payload fails to unpickle

2020-02-25 Thread João Eiras
Change by João Eiras : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39751] multiprocessing breaks when payload fails to unpickle

2020-02-25 Thread João Eiras
New submission from João Eiras : The multiprocessing module uses pickles to send data between processes. If a blob fails to unpickle (bad implementation of __setstate__, invalid payload from __reduce__, random crash in __init__) when the multiprocessing module will crash inside the