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 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:38gregory.p.smithsetspambayes_score: 0.0216289 -> 0.02162892
recipients: + gregory.p.smith, brett.cannon
2007-10-08 02:56:38gregory.p.smithsetspambayes_score: 0.0216289 -> 0.0216289
messageid: <1191812198.45.0.798982602603.issue1035@psf.upfronthosting.co.za>
2007-10-08 02:56:38gregory.p.smithlinkissue1035 messages
2007-10-08 02:56:37gregory.p.smithcreate