An error occurred while loading code owners.
Select Git revision
liballocations.c
-
Yorick Peterse authored
In rare circumstances locking/unlocking a Mutex may lead to an object allocation which in turn crashes CRuby when this happens during a GC run. Since the GIL already prevents multiple Ruby threads from running in parallel we should be able to safely remove the usage of explicit mutexes without breaking things.
Yorick Peterse authoredIn rare circumstances locking/unlocking a Mutex may lead to an object allocation which in turn crashes CRuby when this happens during a GC run. Since the GIL already prevents multiple Ruby threads from running in parallel we should be able to safely remove the usage of explicit mutexes without breaking things.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.