Message 56263 - Python tracker (original) (raw)

Message56263

Author gregory.p.smith
Recipients brett.cannon, gregory.p.smith
Date 2007-10-08.02:56:36
SpamBayes Score 0.02162892
Marked as misclassified No
Message-id 1191812198.45.0.798982602603.issue1035@psf.upfronthosting.co.za
In-reply-to
Content
This bug will be taken care of by PEP 3137 http://python.org/dev/peps/pep-3137/ being implemented. Anyways, no the _bsddb.c changes that I checked in do not cause a problem because I checked them in using PyBUF_SIMPLE. Until PEP 3137 is implemented the possibility of hidden data corruption due to mutable bytes objects being modified while an IO library that releases the GIL is using them remains. Feel free to close this bug in favor of something that just tracks the PEP being implemented.
History
Date User Action Args
2007-10-08 02:56:38 gregory.p.smith set spambayes_score: 0.0216289 -> 0.02162892recipients: + gregory.p.smith, brett.cannon
2007-10-08 02:56:38 gregory.p.smith set spambayes_score: 0.0216289 -> 0.0216289messageid: 1191812198.45.0.798982602603.issue1035@psf.upfronthosting.co.za
2007-10-08 02:56:38 gregory.p.smith link issue1035 messages
2007-10-08 02:56:37 gregory.p.smith create