Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
e6d888e4 by Matti Picus at 2022-01-04T10:48:25+02:00
remove redundant call of threading._after_fork, done via an explicit hook
(issue 3623)
Part of CPython PR 1843 which added the hook when importing threading
--HG--
branch :
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
e6483a0b by Carl Friedrich Bolz-Tereick at 2022-01-04T13:13:04+01:00
add a test for 54baec57aa68, issue #3623, don't call threading._after_fork
twice
(it's not just about calling it twice, also about
pypy.module.
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
c4f85fc6 by Carl Friedrich Bolz-Tereick at 2022-01-03T13:26:51+01:00
slightly indirect, but this unbreaks test_ztranslation
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/_random/test/test_ztra
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
9dc492ae by Matti Picus at 2022-01-05T00:38:03+02:00
test, fix corner case when running with -c
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/_warnings/interp_warnings.py
- pypy/module/_warnings/test/apptest
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
96eeb88f by Matti Picus at 2022-01-03T22:56:52+02:00
add a test for _posixprocess.fork_exec based on issue 3630
--HG--
branch : py3.7
- - - - -
e6d888e4 by Matti Picus at 2022-01-04T10:48:25+02:00
remove redundant call of threa