There is a hack in nativeparse.py to work around a mypyc import bug, see https://github.com/python/mypy/blob/master/mypy/nativeparse.py#L283-L289
It sometimes happens when a module object is accessed from a thread. This may happen even if the module is imported at top-level.
cc @JukkaL
There is a hack in
nativeparse.pyto work around a mypyc import bug, see https://github.com/python/mypy/blob/master/mypy/nativeparse.py#L283-L289It sometimes happens when a module object is accessed from a thread. This may happen even if the module is imported at top-level.
cc @JukkaL