[issue21897] frame.f_locals causes segfault on Python >=3.4.1

Roundup Robot report at bugs.python.org
Sat Jul 5 02:30:40 CEST 2014


Roundup Robot added the comment:

New changeset 758468cdf72c by Antoine Pitrou in branch '3.4':
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
http://hg.python.org/cpython/rev/758468cdf72c

New changeset bd6515070f9c by Antoine Pitrou in branch 'default':
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
http://hg.python.org/cpython/rev/bd6515070f9c

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list