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
During the compilation of one Entrypointed function it's possible to import a module which
calls a second Entrypointed function. This breaks our model of the
compilation process and could cause deadlocks, so instead throw an
ImportError.
0 commit comments