mirror of
https://github.com/python/cpython.git
synced 2026-06-25 12:27:09 -04:00
0f2d4b84a6
was obviously leaking an int object when whatever the heck it's looking for was found. Repaired that. This accounts for why entering function and class definitions at an interactive prompt leaked a reference to the integer 1 each time. Bugfix candidate.