mirror of
https://github.com/python/cpython.git
synced 2026-04-14 15:50:50 +00:00
* gh-142183: Cache one datachunk per tstate to prevent alloc/dealloc thrashing (GH-145789) (#145828) 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.13.abi | ||
| refcounts.dat | ||
| stable_abi.dat | ||