Files
cpython/Modules
Eric Snow 7be667dfaf 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.
2023-05-31 00:13:35 +00:00
..
2023-05-24 13:30:11 -07:00
2023-05-22 06:14:48 +05:30
2023-05-22 06:14:48 +05:30
2023-05-22 06:14:48 +05:30
2023-05-16 20:03:01 +00:00
2023-05-24 13:30:11 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.