diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2023-05-31 00:13:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 00:13:35 (GMT) |
commit | 7be667dfafa2465df6342d72dca9c1f82dd830d0 (patch) | |
tree | 6fb8852fb71d0348327d0d79bf152acb4fddd03d /Python/thread.c | |
parent | 26e7bbf66e93ee7c94b6e007ec7b2d769c2ced92 (diff) | |
download | cpython-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