summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-05-31 00:13:35 (GMT)
committerGitHub <noreply@github.com>2023-05-31 00:13:35 (GMT)
commit7be667dfafa2465df6342d72dca9c1f82dd830d0 (patch)
tree6fb8852fb71d0348327d0d79bf152acb4fddd03d /Python/thread.c
parent26e7bbf66e93ee7c94b6e007ec7b2d769c2ced92 (diff)
downloadcpython-7be667dfafa2465df6342d72dca9c1f82dd830d0.zip
cpython-7be667dfafa2465df6342d72dca9c1f82dd830d0.tar.gz
cpython-7be667dfafa2465df6342d72dca9c1f82dd830d0.tar.bz2
gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Builtin Types (gh-105115)
In gh-103912 we added tp_bases and tp_mro to each PyInterpreterState.types.builtins entry. However, doing so ignored the fact that both PyTypeObject fields are public API, and not documented as internal (as opposed to tp_subclasses). We address that here by reverting back to shared objects, making them immortal in the process.
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions