[Python-bugs-list] [ python-Bugs-577793 ] Docs unclear about cleanup.

noreply@sourceforge.net noreply@sourceforge.net
Fri, 05 Jul 2002 07:47:56 -0700


Bugs item #577793, was opened at 2002-07-05 16:47
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=577793&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Heller (theller)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Docs unclear about cleanup.

Initial Comment:
The docs say (in 
http://www.python.org/dev/doc/devel/ref/customization.ht
ml):

"Python 1.5 guarantees that globals whose name begins 
with a single underscore are deleted from their module 
before other globals are deleted; if no other references to 
such globals exist, this may help in assuring that 
imported modules are still available at the time when the 
__del__() method is called."

It should be made clear whether this is still true for 
newer python versions (or not).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=577793&group_id=5470