Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
7c0dfb2d by Carl Friedrich Bolz-Tereick at 2022-10-12T12:17:03+02:00
#3828: fix error: don't convert random things to unicode
- - - - -
a15dabb8 by Carl Friedrich Bolz-Tereick at 2022-10-12T15:06:14+02:00
#3828:
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
7c0dfb2d by Carl Friedrich Bolz-Tereick at 2022-10-12T12:17:03+02:00
#3828: fix error: don't convert random things to unicode
- - - - -
2 changed files:
- pypy/objspace/std/formatting.py
- pypy/objspace/std/
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
216ff70e by Carl Friedrich Bolz-Tereick at 2022-10-12T22:05:00+02:00
ouch, the logic is inverted here:
these should wait till timeout, not stop waiting immediately
- - - - -
1 changed file:
- pypy/module/th