summaryrefslogtreecommitdiffstats
path: root/Lib/opcode.py
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-01-20 16:14:45 (GMT)
committerGitHub <noreply@github.com>2024-01-20 16:14:45 (GMT)
commit1d6d5e854c375821a64fa9c2fbb04a36fb3b9aaa (patch)
tree4bd78a9aca8990260d29c54202249936b685a5c6 /Lib/opcode.py
parentb1ad5a5d446f944a45c43a3e865d1d8f47611071 (diff)
downloadcpython-1d6d5e854c375821a64fa9c2fbb04a36fb3b9aaa.zip
cpython-1d6d5e854c375821a64fa9c2fbb04a36fb3b9aaa.tar.gz
cpython-1d6d5e854c375821a64fa9c2fbb04a36fb3b9aaa.tar.bz2
gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)
* gh-112529: Use GC heaps for GC allocations in free-threaded builds The free-threaded build's garbage collector implementation will need to find GC objects by traversing mimalloc heaps. This hooks up the allocation calls with the correct heaps by using a thread-local "current_obj_heap" variable. * Refactor out setting heap based on type
Diffstat (limited to 'Lib/opcode.py')
0 files changed, 0 insertions, 0 deletions