diff options
author | Guido van Rossum <guido@python.org> | 1997-08-05 02:20:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-05 02:20:51 (GMT) |
commit | 085d269f1d91bcbe051ee423089230dd072d1cc4 (patch) | |
tree | f8e79ecc49ed0e88f1bfa37f54001b83cd54c071 /configure.in | |
parent | f9c90c533e5b7db1b797cd7c07f6e5d4a004fdf6 (diff) | |
download | cpython-085d269f1d91bcbe051ee423089230dd072d1cc4.zip cpython-085d269f1d91bcbe051ee423089230dd072d1cc4.tar.gz cpython-085d269f1d91bcbe051ee423089230dd072d1cc4.tar.bz2 |
New rules for deleting modules. Rather than having an elaborate
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). */
Diffstat (limited to 'configure.in')
0 files changed, 0 insertions, 0 deletions