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

Add flag to avoid filtering out native functions #497

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

Conversation

smola
Copy link

@smola smola commented May 19, 2022

Add --native-unfiltered flag that disables most filtering of native
functions in stack traces. Useful to track all calls to libpython
functions from extensions, or to debug performance issues in Python
itself.

This is a potential solution for #437. The result is a bit noisy, and I'm
not sure this is a good implementation. It does the job for me though.

Add `--native-unfiltered` flag that disables most filtering of native
functions in stack traces. Useful to track all calls to libpython
functions from extensions, or to debug performance issues in Python
itself.
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.

None yet

2 participants