]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116738: Make `_json` module thread-safe in the free-threading (#119438)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Sun, 31 Aug 2025 04:12:45 +0000 (06:12 +0200)
committerGitHub <noreply@github.com>
Sun, 31 Aug 2025 04:12:45 +0000 (09:42 +0530)
commit43573028c6ae21c66c118b8bae866c8968b87b68
tree17615de0f57ea22a31601e83fd4a9c95775e30e7
parentc7a097c02ed4df9af227736e8bdc7d51e891eb83
gh-116738: Make `_json` module thread-safe in the free-threading (#119438)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_json.py [new file with mode: 0644]
Misc/NEWS.d/next/Core_and_Builtins/2024-06-04-20-26-21.gh-issue-116738.q_hPYq.rst [new file with mode: 0644]
Modules/_json.c