blob: 595cc0e2013d96636051ea33bee6a42d029936c6 (
plain)
1
2
3
|
``PyTypeObject.tp_bases`` (and ``tp_mro``) for builtin static types are now
shared by all interpreters, whereas in 3.12-beta1 they were stored on
``PyInterpreterState``. Also note that now the tuples are immortal objects.
|