Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
781cb3ef by Carl Friedrich Bolz-Tereick at 2020-04-09T14:13:37+02:00
fix translation
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/_io/interp_textio.py
View it on GitLab:
https://foss.heptapo
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
3851ef60 by Carl Friedrich Bolz-Tereick at 2020-04-09T16:32:37+02:00
default arguments for BufferdReader.read1
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/_io/interp_bufferedio.py
- pypy/modu
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
7dc1056e by Carl Friedrich Bolz-Tereick at 2020-04-09T22:14:04+02:00
fix bpo-31976: a race condition between BufferedWriter.close and .write, if the
flush called by .close is taking a long time: write needs to check
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
52e361ea by Carl Friedrich Bolz-Tereick at 2020-04-09T23:30:38+02:00
make structseqfield.__get__ hidden applevel. otherwise it shows up in various
traces and tracebacks, breaking e.g. test_bdb.py
--HG--
branch : py