summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-08-15 16:09:11 (GMT)
committerGitHub <noreply@github.com>2024-08-15 16:09:11 (GMT)
commite001027188001f4bdf6ea16f70726ca0fabe85c4 (patch)
tree49ef595c47159c755e5e847f1aac863da92cc330 /Misc/HISTORY
parent1dad23edbc9db3a13268c1000c8dd428edba29f8 (diff)
downloadcpython-e001027188001f4bdf6ea16f70726ca0fabe85c4.zip
cpython-e001027188001f4bdf6ea16f70726ca0fabe85c4.tar.gz
cpython-e001027188001f4bdf6ea16f70726ca0fabe85c4.tar.bz2
gh-117139: Garbage collector support for deferred refcounting (#122956)
The free-threaded GC now visits interpreter stacks to keep objects that use deferred reference counting alive. Interpreter frames are zero initialized in the free-threaded GC so that the GC doesn't see garbage data. This is a temporary measure until stack spilling around escaping calls is implemented. Co-authored-by: Ken Jin <kenjin@python.org>
Diffstat (limited to 'Misc/HISTORY')
0 files changed, 0 insertions, 0 deletions