gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` builds by chgnrdv · Pull Request #112128 · python/cpython

@chgnrdv

…l` builds

Guard `_random.Random` methods with critical section API locks by using `@critical_section` AC directive

colesbury

corona10

rhettinger

@corona10

@corona10

corona10

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…ble-gil` builds (pythongh-112128)


Co-authored-by: Donghee Na <donghee.na@python.org>

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…ble-gil` builds (pythongh-112128)


Co-authored-by: Donghee Na <donghee.na@python.org>