mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
c74331413e
Some fields in PyCodeObject are lazily initialized. Use atomics and
critical sections to make their initializations and accesses thread-safe.
(cherry picked from commit 3926842117)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Source files for various builtin objects