]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40280: Add requires_fork test helper (GH-30622)
authorChristian Heimes <christian@python.org>
Sun, 16 Jan 2022 21:52:43 +0000 (23:52 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Jan 2022 21:52:43 +0000 (22:52 +0100)
commit91e33ac3d08a1c6004c469da2c0e2a97b5bdc53c
tree93e1ad6d692a706bd319b6c705642487499f4965
parent5cd9a162cd02a3d0f1b0a182d80feeb17439e84f
bpo-40280: Add requires_fork test helper (GH-30622)
Lib/test/support/__init__.py
Lib/test/test_fork1.py
Lib/test/test_random.py
Lib/test/test_support.py
Lib/test/test_sysconfig.py
Lib/test/test_tempfile.py
Lib/test/test_thread.py
Lib/test/test_threading.py
Lib/test/test_uuid.py
Misc/NEWS.d/next/Tests/2022-01-16-14-11-57.bpo-40280.fNnFfx.rst [new file with mode: 0644]