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 gregory.p.smith
Recipients
Date 2006-01-24.20:14:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=413

fwiw your patch looks good.  it makes sense for a DBTxn to
hold a reference to its DBEnv.

(I suspect there may still be problems if someone calls
DBEnv.close while there are outstanding DBTxn's but doing
something about that would be a lot more work if its an
actual issue)
History
Date User Action Args
2007-08-23 14:37:25adminlinkissue1413192 messages
2007-08-23 14:37:25admincreate