mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
The PyObject header reference count fields must be initialized using atomic operations because they may be concurrently read by another thread (e.g., from `_Py_TryIncref`).
Source files for various builtin objects