mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Some fields in PyCodeObject are lazily initialized. Use atomics and critical sections to make their initializations and accesses thread-safe. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_code.py | ||
| test_dict.py | ||
| test_gc.py | ||
| test_list.py | ||
| test_monitoring.py | ||
| test_slots.py | ||
| test_str.py | ||
| test_tokenize.py | ||
| test_type.py | ||
| test_zip.py | ||