]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue2378: pdb would delete free variables when stepping into a class statement.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 21 Jul 2008 22:00:38 +0000 (22:00 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 21 Jul 2008 22:00:38 +0000 (22:00 +0000)
commite4921fec0140da8c64f9e694904a7d709de745b4
treecbbb3c3303bc1567a09bb57cae33111f899d20b7
parent90d07171637b9f218828265bddb1c0a63f5b9403
Issue2378: pdb would delete free variables when stepping into a class statement.

The problem was introduced by r53954, the correction is to restore the symmetry between
PyFrame_FastToLocals and PyFrame_LocalsToFast
Lib/test/test_scope.py
Misc/NEWS
Objects/frameobject.c