SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 569 Python

gh-117376: Make code objects use deferred reference counting (#117823)

We want code objects to use deferred reference counting in the
free-threaded build. This requires them to be tracked by the GC, so we
set `Py_TPFLAGS_HAVE_GC` in the free-threaded build, but not the default
build.
S
Sam Gross committed
241ed5f2cdd525de0e136d0e3ce70d5487721c10
Parent: a734fd5
Committed by GitHub <noreply@github.com> on 4/16/2024, 4:42:53 PM