mirror of
https://github.com/python/cpython.git
synced 2026-07-12 21:14:33 -04:00
7be667dfaf
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.
Source files for various builtin objects