]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 2.9:
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 21 Dec 2001 03:45:15 +0000 (03:45 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 21 Dec 2001 03:45:15 +0000 (03:45 +0000)
commit047f687cec544a087d095304e78a4ed897e3cbcf
treef2b0ef4f288396ca127a58054ac65fad9da2723e
parentf3f6cfe1618213427ab7725465869f234a754f79
backport 2.9:
 PySymtableEntry_New():  I'm not sure what this
 routine is doing, but it 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.
Python/symtable.c