Message531

Author bckfnn
Recipients
Date 2001-12-18.11:48:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4201

It isn't really a mystery and exactly the same thing 
happens in CPython. When the __del__() is executed, the 
globals no longer have a reference to the module level 
println function. The result is a common NameError 
exception.

Unfortunately Jython 2.1b1 doesn't inform you of the  
xception in the way it should.
History
Date User Action Args
2008-02-20 17:16:59adminlinkissue494514 messages
2008-02-20 17:16:59admincreate