[pypy-commit] [Git][pypy/pypy][branch/py3.7] start implementing TextIOWrapper.reconfigure

Carl Friedrich Bolz-Tereick foss at heptapod.net
Wed Apr 1 07:02:09 EDT 2020


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
7ec753fe by Carl Friedrich Bolz-Tereick at 2020-03-31T14:45:11+02:00
start implementing TextIOWrapper.reconfigure

(not completely done yet: it's not quite possible to easily distinguish "this
kwonly argument wasn't passed" from "this kwonly argument was passed w_None",
which is needed here.)

--HG--
branch : py3.7

- - - - -


3 changed files:

- pypy/interpreter/gateway.py
- pypy/module/_io/interp_textio.py
- pypy/module/_io/test/apptest_textio.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7ec753fef7e89a30ed90de88a7ad20bf2cf1d728

---
View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/7ec753fef7e89a30ed90de88a7ad20bf2cf1d728
You're receiving this email because of your account on foss.heptapod.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200401/0e1d4044/attachment-0001.html>


More information about the pypy-commit mailing list