]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-116738: add multi-threaded tests for `resource` module on free-threading...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 18:23:58 +0000 (20:23 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:23:58 +0000 (18:23 +0000)
commit08673d8a51cabc1f8a628a0c8e3be375523f76ff
treefc6b6fa31921e0155311a60920a999f674567f2c
parent898be571a25bd2d781884608e09869202a2bf015
[3.14] gh-116738: add multi-threaded tests for `resource` module on free-threading builds (GH-138504) (#138793)

gh-116738: add multi-threaded tests for `resource` module on free-threading builds (GH-138504)
(cherry picked from commit 32e1e0699ffda8ec1dd5a0eb178b052352ab7d31)

Co-authored-by: Alper <alperyoney@fb.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_resource.py [new file with mode: 0644]