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 arigo
Recipients arigo, neologix, nikratio, serhiy.storchaka, tim.peters, vstinner
Date 2014-12-04.14:06:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417701961.13.0.682195403613.issue17852@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a proof-of-concept.  It changes both _pyio.py and bufferedio.c and was tested with the examples here.  (See what I meant with "linked lists".)  The change in textio.c is still missing, but should be very similar to bufferedio.c.  This is similar to the implementation in PyPy.
History
Date User Action Args
2014-12-04 14:06:01arigosetrecipients: + arigo, tim.peters, vstinner, nikratio, neologix, serhiy.storchaka
2014-12-04 14:06:01arigosetmessageid: <1417701961.13.0.682195403613.issue17852@psf.upfronthosting.co.za>
2014-12-04 14:06:01arigolinkissue17852 messages
2014-12-04 14:06:00arigocreate