[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: #3828: fix error: don't convert random things to unicode

2022-10-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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:

[pypy-commit] [Git][pypy/pypy][branch/default] #3828: fix error: don't convert random things to unicode

2022-10-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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/

[pypy-commit] [Git][pypy/pypy][branch/default] ouch, the logic is inverted here:

2022-10-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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