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 rosslagerwall
Recipients amicitas, giampaolo.rodola, gregory.p.smith, neologix, rosslagerwall
Date 2011-03-16.14:33:37
SpamBayes Score 1.0064838e-07
Marked as misclassified No
Message-id <1300286019.26.0.154848560643.issue11459@psf.upfronthosting.co.za>
In-reply-to
Content
> to get that behavior, change the =1 default to =io.DEFAULT_BUFFER_SIZE in ross's patch.

The problem is, it doesn't seem like you can import and use io.DEFAULT_BUFFER_SIZE from inside os.py. Python fails to start.

You can import _io.DEFAULT_BUFFER_SIZE though.
History
Date User Action Args
2011-03-16 14:33:39rosslagerwallsetrecipients: + rosslagerwall, gregory.p.smith, giampaolo.rodola, neologix, amicitas
2011-03-16 14:33:39rosslagerwallsetmessageid: <1300286019.26.0.154848560643.issue11459@psf.upfronthosting.co.za>
2011-03-16 14:33:37rosslagerwalllinkissue11459 messages
2011-03-16 14:33:37rosslagerwallcreate