mirror of
https://github.com/python/cpython.git
synced 2026-04-15 00:00:57 +00:00
Cache one datachunk per tstate to prevent alloc/dealloc thrashing when repeatedly hitting the same call depth at exactly the wrong boundary.
Move new _ts member to the end to not mess up remote debuggers' ideas of the
struct's layout. (The struct is only created by the runtime, and the new
field only used by the runtime, so it should be safe.)
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| python3.14.abi | ||
| refcounts.dat | ||
| stable_abi.dat | ||
| threadsafety.dat | ||