Message 232139 - Python tracker

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.

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.