diff options
author | Sam Gross <colesbury@gmail.com> | 2024-04-16 16:42:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 16:42:53 (GMT) |
commit | 241ed5f2cdd525de0e136d0e3ce70d5487721c10 (patch) | |
tree | 0591c971d1b41e43349f88fd05c0e0067404f9e7 /Python/Python-tokenize.c | |
parent | a734fd5cf71ab8d7eb17ba5d6592fcc23679656b (diff) | |
download | cpython-241ed5f2cdd525de0e136d0e3ce70d5487721c10.zip cpython-241ed5f2cdd525de0e136d0e3ce70d5487721c10.tar.gz cpython-241ed5f2cdd525de0e136d0e3ce70d5487721c10.tar.bz2 |
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.
Diffstat (limited to 'Python/Python-tokenize.c')
0 files changed, 0 insertions, 0 deletions