summaryrefslogtreecommitdiff
path: root/spec/ruby
diff options
context:
space:
mode:
authorlukeg <[email protected]>2023-04-04 16:24:59 -0400
committerKoichi Sasada <[email protected]>2024-12-24 11:40:00 +0900
commit0d81177c2013b0a596eb4caebe0bcca557144139 (patch)
tree9e3650f7767304f8713740eb7ed3eda085c28ab2 /spec/ruby
parent38af38edcbceb9d17aaf84420008fe839f77e42f (diff)
Fix calls to require_internal in multi-ractor mode
After a ractor is started (multi-ractor mode), any calls to require_internal will hang the process due to deadlock. For example, loading a new encoding will deadlock after a ractor starts. Fixes [Bug #19562]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7656
Diffstat (limited to 'spec/ruby')
0 files changed, 0 insertions, 0 deletions