| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836) | Donghee Na | 2023-10-16 | 1 | -0/+17 |
| | | |||||
| * | gh-108337: Add pyatomic.h header (#108701) | Victor Stinner | 2023-08-31 | 1 | -0/+872 |
| 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> | |||||
