This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author timstone4
Recipients
Date 2003-04-17.17:02:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Using dumbdbm for simple testing, I occasionally get the following 
error:

Exception exceptions.AttributeError: "'NoneType' 
object has no attribute 'error'
" in <bound method 
_Database.__del__ of <dumbdbm._Database instance at 
0x008B356
8>> ignored

I've tracked it down to a 
problem with the releasing of the reference to _os during __del__, 
which then calls _commit.  _commit proceeds to use the _os, 
which is given a value of None... blamo...
History
Date User Action Args
2007-08-23 15:22:20adminlinkissue723231 messages
2007-08-23 15:22:20admincreate