[issue27945] Various segfaults with dict

Serhiy Storchaka report at bugs.python.org
Mon Nov 28 23:58:23 EST 2016


Serhiy Storchaka added the comment:

This issue is severe, but I don't consider it as release critical for 3.6.0. The patch fixes segfaults, but it can add unneeded overhead, and the dict performance is critical for Python core. The segfaults are not new. I'm trying to minimize the overhead of changes, but this doesn't suffer a haste.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27945>
_______________________________________


More information about the Python-bugs-list mailing list