summaryrefslogtreecommitdiffstats
path: root/Include/cpython/pyatomic_msc.h
Commit message (Expand)AuthorAgeFilesLines
* gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...Daniele Parmeggiani2024-12-031-0/+102
* gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)Sam Gross2024-07-081-0/+12
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-061-0/+13
* gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...Dino Viehland2024-04-191-0/+25
* gh-112075: Make PyDictKeysObject thread-safe (#114741)Dino Viehland2024-02-211-0/+24
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-161-1/+27
* gh-114271: Make `thread._rlock` thread-safe in free-threaded builds (#115102)mpage2024-02-161-0/+14
* gh-113743: Make the MRO cache thread-safe in free-threaded builds (#113930)Dino Viehland2024-02-151-0/+11
* gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)Donghee Na2023-10-161-0/+26
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-191-1/+1
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-311-0/+944