[issue34128] Release GIL periodically in _pickle module

Serhiy Storchaka report at bugs.python.org
Tue Jul 17 11:02:49 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The demo script shows around 8% slowdown to me for

    data = list(map(float, range(N)))

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34128>
_______________________________________


More information about the Python-bugs-list mailing list