mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
2bd960b579
This adds a new header that provides atomic operations on common data types. The intention is that this will be exposed through Python.h, although that is not the case yet. The only immediate use is in the test file. Co-authored-by: Sam Gross <colesbury@gmail.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.