]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Empty all modules' symbol tables, so most circular references are
authorGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:41:40 +0000 (17:41 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:41:40 +0000 (17:41 +0000)
commit5b3138bec047cfe9d284516be3958680f4fcf4ab
tree64b0f0f2eb3984a09549c017ce922b568e0bc851
parent392ab328594bbf299f63ca9c3ba064e9a1a2deb1
Empty all modules' symbol tables, so most circular references are
cleared up.
(A function definition references its module's symbol table but
the symbol table of course references the function...)
Python/sysmodule.c