Calling `_imp.is_lazy_imports_enabled` in a thread hits an `assert(0)` · Issue #147 · facebookincubator/cinder · GitHub
More Web Proxy on the site http://driver.im/
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
It's possible to hit an
assert(0)
inPyImport_IsLazyImportsEnabled
by calling_imp.is_lazy_imports_enabled
in a thread:Abort message:
I'm not sure this is relevant, but since it's the only fuzzing hit that happened in Cinder but not CPython, thought it better to report.
python -VV
:Found using fusil by @vstinner.
The text was updated successfully, but these errors were encountered: