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 sbt
Recipients christian.heimes, sbt, serhiy.storchaka, socketpair, vstinner
Date 2013-07-04.20:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372970727.05.0.337856426705.issue18329@psf.upfronthosting.co.za>
In-reply-to
Content
I find that by adding the lines

            fileobj.raw.readinto = ss.recv_into
            fileobj.raw.read = ss.recv

the speed with makefile() is about 30% slower than with fdopen().
History
Date User Action Args
2013-07-04 20:45:27sbtsetrecipients: + sbt, vstinner, christian.heimes, socketpair, serhiy.storchaka
2013-07-04 20:45:27sbtsetmessageid: <1372970727.05.0.337856426705.issue18329@psf.upfronthosting.co.za>
2013-07-04 20:45:27sbtlinkissue18329 messages
2013-07-04 20:45:27sbtcreate