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 jcea
Recipients amaury.forgeotdarc, jcea, vstinner
Date 2008-09-17.10:22:07
SpamBayes Score 0.014434081
Marked as misclassified No
Message-id <1221646988.47.0.55436201169.issue3885@psf.upfronthosting.co.za>
In-reply-to
Content
So, the right thing to do seems to drop the "check_error" flag and just
do a "PyErr_Clear()" if necessary in the dealloc code.

This must be done in all dealloc code: DBEnv, DB, DBSequence and DBCursor.

Do you agree?.
History
Date User Action Args
2008-09-17 10:23:08jceasetrecipients: + jcea, amaury.forgeotdarc, vstinner
2008-09-17 10:23:08jceasetmessageid: <1221646988.47.0.55436201169.issue3885@psf.upfronthosting.co.za>
2008-09-17 10:22:08jcealinkissue3885 messages
2008-09-17 10:22:07jceacreate