]> 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:24:13 +0000 (20:24 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 5 Jul 2014 00:24:13 +0000 (20:24 -0400)
commitacc8cf2cfa18c445e8c9b324206eb7c5e392bcb7
tree0c8300eb1c66c97fcf29404ef008b3d544aeefdb
parente865128605faf64c63cd216507a0875e4c5a424b
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
Lib/test/test_frame.py
Misc/NEWS
Objects/frameobject.c