Skip to content
Prev Previous commit
Add a NEWS entry.
  • Loading branch information
ericsnowcurrently committed May 30, 2023
commit 78c7d0ec4fcb732efb7cf7dc5aac08d7c6a8be7e
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.