Commit 19cbcc0
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 706fd4e)
Co-authored-by: T. Wouters <thomas@python.org>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
1 parent 6980b94 commit 19cbcc0
4 files changed
Lines changed: 4339 additions & 4302 deletions
File tree
- Doc/data
- Include/cpython
- Misc/NEWS.d/next/Core_and_Builtins
- Python
0 commit comments