mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
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>
Miscellaneous source files for the main Python shared library