New submission from Martin Bammer <mrb...@gmail.com>:

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.
Wouldn't it be possible to allow other threads during this time?
Especially could load/loads release the GIL, because Python objects are not 
available to the Python code until these functions have finished?

Regards,
Martin

----------
components: Interpreter Core
messages: 321755
nosy: Martin Bammer
priority: normal
severity: normal
status: open
title: Do not block threads when pickle/unpickle
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34128>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to