]> granicus.if.org Git - python/commit
Cache the f_locals dict of the current frame, since every access to frame.f_locals...
authorGeorg Brandl <georg@python.org>
Wed, 1 Apr 2009 23:32:17 +0000 (23:32 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 1 Apr 2009 23:32:17 +0000 (23:32 +0000)
commite361bcb43f93a6e42c4ccdb9ad19a24543f9938b
tree96895f7a25da71a2be312c68ad2e54875d4dd3f4
parent71095ae5abf60fa73ebf95320b3f1e1508d9c308
Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user.
Lib/pdb.py