commit | 19c1dd60c5b53fb0533610ad139ef591294f26e8 | [log] [tgz] |
---|---|---|
author | Sam Gross <colesbury@gmail.com> | Fri Mar 29 13:35:43 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Mar 29 13:35:43 2024 -0400 |
tree | f76436f1512efe26885b65c49585a761a1658e82 | |
parent | 397d88db5e9ab2a43de3fdf5f8b973a949edc405 [diff] |
gh-117323: Make `cell` thread-safe in free-threaded builds (#117330) Use critical sections to lock around accesses to cell contents. The critical sections are no-ops in the default (with GIL) build.