Message232139
| 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:01 | arigo | set | recipients: + arigo, tim.peters, vstinner, nikratio, neologix, serhiy.storchaka |
| 2014-12-04 14:06:01 | arigo | set | messageid: <1417701961.13.0.682195403613.issue17852@psf.upfronthosting.co.za> |
| 2014-12-04 14:06:01 | arigo | link | issue17852 messages |
| 2014-12-04 14:06:00 | arigo | create | |