Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy


Commits:
8067c535 by Stefano Rivera at 2020-10-06T16:11:46-07:00
CPython compatibility: IOBase.readlines() should rely on the iterator protocol 
instead of calling readline() directly
(grafted from 7b9b2790269b94ca9ade16847146b5f566502b9d)

--HG--
branch : stdlib-2.7.18-3

- - - - -
91436581 by Stefano Rivera at 2020-10-06T16:12:11-07:00
Ensure that IOBase.readlines() uses overridden __iter__ or __next__ in all cases

Grafted from 768e7e44eb1eb061d36c385d7e77be800942f402 and eb1aa8262e34.

--HG--
branch : stdlib-2.7.18-3

- - - - -


2 changed files:

- pypy/module/_io/interp_iobase.py
- pypy/module/_io/test/apptest_io.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/25a8a06c4fcb4538827f76ae720137e6ca15382b...914365814011f74ae5826050533bef20bdaac617

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/25a8a06c4fcb4538827f76ae720137e6ca15382b...914365814011f74ae5826050533bef20bdaac617
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to