]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128421: make getters and setters of `BaseException` thread safe (#128728)
authorKumar Aditya <kumaraditya@python.org>
Mon, 13 Jan 2025 14:38:33 +0000 (20:08 +0530)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 14:38:33 +0000 (20:08 +0530)
commit75214f87f1ddd1d7b9a5b663a9c688b1bd41c098
tree230d33954692c754f51b56b4ecdde0566d1f3dff
parentbf64a582f00a030fee11b7f89c6a02ea967990ca
gh-128421: make getters and setters of `BaseException` thread safe (#128728)
Objects/clinic/exceptions.c.h [new file with mode: 0644]
Objects/exceptions.c