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.
S
Sam Gross committed
19c1dd60c5b53fb0533610ad139ef591294f26e8
Parent: 397d88d
Committed by GitHub <noreply@github.com>
on 3/29/2024, 5:35:43 PM