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 python-dev
Recipients python-dev, serhiy.storchaka, vstinner
Date 2014-07-11.15:35:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3h8yxx1vl6z7NFW@mail.python.org>
In-reply-to
Content
New changeset 4a7fcd5273ce by Victor Stinner in branch 'default':
Issue #21932: Ooops, os.read(fd, size) allocates a buffer of size bytes, even
http://hg.python.org/cpython/rev/4a7fcd5273ce
History
Date User Action Args
2014-07-11 15:35:34python-devsetrecipients: + python-dev, vstinner, serhiy.storchaka
2014-07-11 15:35:33python-devlinkissue21932 messages
2014-07-11 15:35:33python-devcreate