]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116738: use `PyMutex` in `lzma` module (#140711)
authorAlper <alperyoney@fb.com>
Tue, 11 Nov 2025 20:31:55 +0000 (12:31 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Nov 2025 20:31:55 +0000 (02:01 +0530)
commitc13b59204af562bfb022eb8f6a5c03eb82659531
tree7df6bbe9979cecc598b4af43999f1e5606af6d57
parent2befce86e699fdbb6610949b029bad56a0d0780f
gh-116738: use `PyMutex` in `lzma` module (#140711)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_lzma.py [new file with mode: 0644]
Modules/_lzmamodule.c