mirror of
https://github.com/ruby/ruby.git
synced 2026-08-16 02:15:57 +08:00
[Bug #19415] If multiple threads attemps to load the same file concurrently it's not a circular dependency issue. So we check that the existing ThreadShield is owner by the current fiber before warning about circular dependencies.