Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-117323: Make `cell` thread-safe in free-threaded builds (#117330) | Sam Gross | 2024-03-29 | 1 | -0/+48 |
Use critical sections to lock around accesses to cell contents. The critical sections are no-ops in the default (with GIL) build. |