mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
`cd` is passed to method call functions to method invocation functions, but `cd` can be manipulated by other ractors simultaneously so it contains thread-safety issue. To solve this issue, this patch stores `ci` and found `cc` to `calling` and stops to pass `cd`.