Staging
v0.8.1
https://github.com/python/cpython
Revision 085d269f1d91bcbe051ee423089230dd072d1cc4 authored by Guido van Rossum on 05 August 1997, 02:20:51 UTC, committed by Guido van Rossum on 05 August 1997, 02:20:51 UTC
scheme based on object's types, have a simple two-phase scheme based
on object's *names*:

	/* To make the execution order of destructors for global
	   objects a bit more predictable, we first zap all objects
	   whose name starts with a single underscore, before we clear
	   the entire dictionary.  We zap them by replacing them with
	   None, rather than deleting them from the dictionary, to
	   avoid rehashing the dictionary (to some extent). */
1 parent f9c90c5
History
Tip revision: 085d269f1d91bcbe051ee423089230dd072d1cc4 authored by Guido van Rossum on 05 August 1997, 02:20:51 UTC
New rules for deleting modules. Rather than having an elaborate
Tip revision: 085d269
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
Parser
Python
Tools
.hgtags -rw-r--r-- 904 bytes
BUGS -rw-r--r-- 11.6 KB
Makefile.in -rw-r--r-- 15.1 KB
README -rw-r--r-- 30.0 KB
acconfig.h -rw-r--r-- 2.8 KB
config.h.in -rw-r--r-- 9.7 KB
configure -rwxr-xr-x 111.7 KB
configure.in -rw-r--r-- 17.1 KB
install-sh -rwxr-xr-x 2.1 KB

README

back to top