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

Fix stdlib checking; Make frames with no name filterable... #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bepetersn
Copy link

@bepetersn bepetersn commented Mar 31, 2022

Explanation:

  • Standard library calls were not being filtered previously (with appropriate setting set), at least not from inside a virtualenv--but I don't think at all. This corrects that.
  • I ran into some kind of problem with how module was being checked by inspect, and noticed that the inspect.getmodule call has been deprecated for a long time. That's why I replaced it with an up-to-date one.
  • Finally, it's useful, when debugging why the wrong calls are being recorded, to know which ARE recorded. I added a print statement behind the config.verbose flag

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

Successfully merging this pull request may close these issues.

1 participant