[Python-ideas] Do not block threads when pickle/unpickle

Antoine Pitrou solipsis at pitrou.net
Mon Jul 16 14:06:38 EDT 2018


Hi,

On Mon, 16 Jul 2018 19:56:34 +0200
Martin Bammer <mrbm74 at gmail.com> wrote:
> Hi,
> 
> the old and slow python implementation of pickle didn't block background 
> thread.
> 
> But the newer C-implementation blocks other threads while dump/load is 
> running.

This is a fair comment.
Please open an issue on the bug tracker at https://bugs.python.org/

Regards

Antoine.




More information about the Python-ideas mailing list