bpo-39465: Add pycore_atomic_funcs.h internal header by vstinner · Pull Request #20766 · python/cpython

@vstinner vstinner changed the title bpo-39465: Add pycore_atomic_func.h internal header bpo-39465: Add pycore_atomic_funcs.h internal header

Dec 23, 2020
Add pycore_atomic_funcs.h internal header file: similar to
pycore_atomic.h but don't require to declare variables as atomic.

Add _Py_atomic_size_get() and _Py_atomic_size_set() functions.

@vstinner

@vstinner

@vstinner

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
Add pycore_atomic_funcs.h internal header file: similar to
pycore_atomic.h but don't require to declare variables as atomic.

Add _Py_atomic_size_get() and _Py_atomic_size_set() functions.