Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-117657: Make PyType_HasFeature atomic (GH-120210) | Ken Jin | 2024-06-13 | 1 | -0/+3 |
* | [gh-117657] Fix some issues with TSAN in typeobject (#118249) | Dino Viehland | 2024-04-30 | 1 | -0/+8 |
* | gh-117657: Fix small issues with instrumentation and TSAN (#118064) | Dino Viehland | 2024-04-30 | 1 | -2/+9 |
* | gh-112075: Make instance attributes stored in inline "dict" thread safe (#114... | Dino Viehland | 2024-04-22 | 1 | -0/+14 |
* | gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ... | Dino Viehland | 2024-04-19 | 1 | -0/+14 |
* | gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168) | mpage | 2024-04-08 | 1 | -0/+5 |
* | gh-112087: Make list_{concat, repeat, inplace_repeat, ass_item) to be thread... | Donghee Na | 2024-02-21 | 1 | -0/+6 |
* | gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830) | mpage | 2024-02-15 | 1 | -0/+2 |
* | gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046) | mpage | 2024-02-14 | 1 | -0/+35 |