aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2021-12-01-11-54-27.bpo-45953.2znR0E.rst
blob: 4fa27b60c02f85f8024875b32a1c3f7a2b33935c (plain)
1
2
3
4
The main interpreter in _PyRuntimeState.interpreters is now statically
allocated (as part of _PyRuntime).  Likewise for the initial thread state of
each interpreter.  This means less allocation during runtime init, as well
as better memory locality for these key state objects.