summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pyatomic_ft_wrappers.h
Commit message (Expand)AuthorAgeFilesLines
* gh-117657: Make PyType_HasFeature atomic (GH-120210)Ken Jin2024-06-131-0/+3
* [gh-117657] Fix some issues with TSAN in typeobject (#118249)Dino Viehland2024-04-301-0/+8
* gh-117657: Fix small issues with instrumentation and TSAN (#118064)Dino Viehland2024-04-301-2/+9
* gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...Dino Viehland2024-04-221-0/+14
* gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...Dino Viehland2024-04-191-0/+14
* gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)mpage2024-04-081-0/+5
* gh-112087: Make list_{concat, repeat, inplace_repeat, ass_item) to be thread...Donghee Na2024-02-211-0/+6
* gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)mpage2024-02-151-0/+2
* gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)mpage2024-02-141-0/+35