diff options
author | lukeg <[email protected]> | 2023-04-04 16:24:59 -0400 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2024-12-24 11:40:00 +0900 |
commit | 0d81177c2013b0a596eb4caebe0bcca557144139 (patch) | |
tree | 9e3650f7767304f8713740eb7ed3eda085c28ab2 /spec/ruby | |
parent | 38af38edcbceb9d17aaf84420008fe839f77e42f (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