This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients benjamin.peterson, msmhrt, pitrou, python-dev, skrah
Date 2014-07-05.00:30:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3h4v8Y5w7Qz7LpX@mail.python.org>
In-reply-to
Content
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
History
Date User Action Args
2014-07-05 00:30:40python-devsetrecipients: + python-dev, pitrou, benjamin.peterson, skrah, msmhrt
2014-07-05 00:30:40python-devlinkissue21897 messages
2014-07-05 00:30:40python-devcreate