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 loewis
Recipients belopolsky, josm, loewis
Date 2008-12-21.23:35:21
SpamBayes Score 0.001554229
Marked as misclassified No
Message-id <1229902522.92.0.69731387281.issue1706039@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, the patch is broken. The program

fname='test123'
f=open(fname,'w')
f.read()

crashes with the patch applied.

I think I will revert the patch in 2.5.3, release 2.5.4, and reject the
patch.
History
Date User Action Args
2008-12-21 23:35:23loewissetrecipients: + loewis, belopolsky, josm
2008-12-21 23:35:22loewissetmessageid: <1229902522.92.0.69731387281.issue1706039@psf.upfronthosting.co.za>
2008-12-21 23:35:21loewislinkissue1706039 messages
2008-12-21 23:35:21loewiscreate