]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129983: fix data race in compile_template in sre.c (#130038)
authorKumar Aditya <kumaraditya@python.org>
Wed, 12 Feb 2025 13:33:56 +0000 (19:03 +0530)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2025 13:33:56 +0000 (13:33 +0000)
commit4cb251d06ffef2b4569fa2d08c0561525a6d01d6
tree7f36a74ec4dca4bae1081eda3d30f4719658831b
parentfbe18bdc9ac4adbeb2bfb28a2e3208c9ed696545
[3.13] gh-129983: fix data race in compile_template in sre.c (#130038)

gh-129983: fix data race in compile_template in sre.c (#130015)

(cherry picked from commit 3cf68cdd3e1809df4e426c61f6990de63747ec6f)

Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2025-02-11-20-38-37.gh-issue-129983._1Fujo.rst [new file with mode: 0644]
Modules/_sre/sre.c