Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
3f3b62fc by Carl Friedrich Bolz-Tereick at 2022-12-01T17:58:21+01:00
#3852: fix the __copy__ optimization of itertools.tee, which was copying the
iterable, not the iterator
--HG--
branch : py3.8
- - - - -
2 ch
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
6efe6137 by Matti Picus at 2022-12-01T17:44:29+02:00
add a test that passes untranslated, fails after translation (issue 3862)
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/time/test/test_time.py
View it on
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
d63a8587 by Matti Picus at 2022-12-01T15:08:45+02:00
remove redundnat lib_pypy/_functools.py and re-sync test_functools.py (issue
3861)
--HG--
branch : py3.9
- - - - -
2 changed files:
- lib-python/3/test/test_functools.py