You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the cache for builtins can't be loaded, fine-grained will basically always crash trying to create builtins.objects. There are some crashes if it can't loading typing also, maybe other things.
The solution is probably to fall back to not using a cache if the most critical cache files are missing, but I get a handful of test failures where we produce additional errors when I do that, so it will require a bit more work.
If the cache for
builtins
can't be loaded, fine-grained will basically always crash trying to createbuiltins.object
s. There are some crashes if it can't loadingtyping
also, maybe other things.The solution is probably to fall back to not using a cache if the most critical cache files are missing, but I get a handful of test failures where we produce additional errors when I do that, so it will require a bit more work.
#4909 (comment)
The text was updated successfully, but these errors were encountered: