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
Importlib is not used from the Python source code, but from a "frozen" variant. The problem is, the module has no source code, so I get NO SOURCE: Source code string for '<frozen importlib._bootstrap_external>' is empty. Is there a way to set hunter to read importlib whenever it encounters its frozen form (or maybe generalize this to any frozen module in the stdlib)?
The text was updated successfully, but these errors were encountered:
Importlib is not used from the Python source code, but from a "frozen" variant. The problem is, the module has no source code, so I get
NO SOURCE: Source code string for '<frozen importlib._bootstrap_external>' is empty
. Is there a way to set hunter to read importlib whenever it encounters its frozen form (or maybe generalize this to any frozen module in the stdlib)?The text was updated successfully, but these errors were encountered: