]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-116738: test `uuid` module thread safety in free-threading (GH-140068)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Oct 2025 15:29:15 +0000 (17:29 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Oct 2025 15:29:15 +0000 (20:59 +0530)
commite07b78c01a57c5921614388e287c584d19a3e40c
tree5afef9c38e99dbc8d9c4f3416234d98d5fa95480
parent889e9184bfab7c46546d338e1b212121b3f88169
[3.14] gh-116738: test `uuid` module thread safety in free-threading (GH-140068) (#140229)

gh-116738: test `uuid` module thread safety in free-threading (GH-140068)
(cherry picked from commit 9a87ce8b57f5d698900d84b4f6f5aa47b5f37a89)

Co-authored-by: Alper <alperyoney@fb.com>
Lib/test/test_free_threading/test_uuid.py [new file with mode: 0755]