Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace importlib #112

Open
DUOLabs333 opened this issue Nov 6, 2022 · 1 comment
Open

Trace importlib #112

DUOLabs333 opened this issue Nov 6, 2022 · 1 comment

Comments

@DUOLabs333
Copy link

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)?

@ionelmc ionelmc reopened this Nov 16, 2022
@ionelmc
Copy link
Owner

ionelmc commented Nov 16, 2022

I need to investigate if it's possible to pull out the sources somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants