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 ezio.melotti, flox, jcea, pitrou
Date 2010-03-14.07:15:26
SpamBayes Score 3.7360093e-07
Marked as misclassified No
Message-id <1268550930.19.0.699399542984.issue7808@psf.upfronthosting.co.za>
In-reply-to
Content
I have spend a few hours trying to understand the issue deeply, and I have an easier to understand version. It is bigger, but explain the issue good enough to use in a production program.

Please, Florent, review. It pass the leak test.

I rather prefer this patch because the weak references were sort of magic, and this new code actually shows what you should use in production.

If you think the patch is OK, it will be integrated in pybsddb 4.8.4 and then backported for python 2.7.

I also solved an undesired coupling between Replication Manager and Base Replication testsuites.
History
Date User Action Args
2010-03-14 07:15:30jceasetrecipients: + jcea, pitrou, ezio.melotti, flox
2010-03-14 07:15:30jceasetmessageid: <1268550930.19.0.699399542984.issue7808@psf.upfronthosting.co.za>
2010-03-14 07:15:28jcealinkissue7808 messages
2010-03-14 07:15:28jceacreate