cpython/Python
Guido van Rossum 5b3138bec0 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...)
1990-11-18 17:41:40 +00:00
..
ceval.c Free parse tree after compiling. 1990-11-18 17:33:06 +00:00
cgensupport.c Initial revision 1990-10-14 12:07:46 +00:00
compile.c Compile class definitions. 1990-11-18 17:35:03 +00:00
errors.c Reformulated err_badarg error message. 1990-11-09 15:05:53 +00:00
fmod.c Initial revision 1990-10-14 12:07:46 +00:00
graminit.c removed dir statement. Function arguments may now be tests. 1990-10-26 15:01:05 +00:00
import.c Add extra DECREF. 1990-11-18 17:36:26 +00:00
modsupport.c Move err_badarg() and err_nomme() to errors.c. 1990-10-14 20:02:48 +00:00
pythonmain.c Some extra DECREFs. 1990-11-18 17:40:32 +00:00
strerror.c Added provision for THINK C which doesn't have sys_nerrors or sys_errlist. 1990-11-02 17:51:17 +00:00
sysmodule.c Empty all modules' symbol tables, so most circular references are 1990-11-18 17:41:40 +00:00