Files
cpython/Python
Sam Gross dc09301067 gh-122417: Implement per-thread heap type refcounts (#122418)
The free-threaded build partially stores heap type reference counts in
distributed manner in per-thread arrays. This avoids reference count
contention when creating or destroying instances.

Co-authored-by: Ken Jin <kenjin@python.org>
2024-08-06 14:36:57 -04:00
..
2024-06-19 23:16:14 -04:00

Miscellaneous source files for the main Python shared library