]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116738: Make _abc module thread-safe (#117488)
authorBrett Simmers <swtaarrs@users.noreply.github.com>
Thu, 11 Apr 2024 22:13:25 +0000 (15:13 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 22:13:25 +0000 (18:13 -0400)
commitf268e328ed5d7b2df5bdad39691f6e4789a2fcde
tree6bfa86ec050523a36fcbe1fbf624e48bcbad4896
parent1b10efad66e9a0b72aae82de23074eafa49ec4db
gh-116738: Make _abc module thread-safe (#117488)

A collection of small changes aimed at making the `_abc` module safe to
use in a free-threaded build.
Include/internal/pycore_typeobject.h
Modules/_abc.c
Objects/typeobject.c