]> granicus.if.org Git - python/commit
Issue #21897: Fix a crash with the f_locals attribute with closure variables when...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 5 Jul 2014 00:26:22 +0000 (20:26 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 5 Jul 2014 00:26:22 +0000 (20:26 -0400)
commita93342b8b2aeb0332de9ea0880d4592824467f3f
tree189d7e7f1120d30ab29c82bc01b9c95ca73993c0
parent92e8deebecd5e5d754a523864b2cb2c70fb87866
parentacc8cf2cfa18c445e8c9b324206eb7c5e392bcb7
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
Misc/NEWS