Skip to content

Add flag to avoid filtering out native functions#497

Open
smola wants to merge 3 commits intobenfred:masterfrom
smola:feature/437-no-native-stack-filter
Open

Add flag to avoid filtering out native functions#497
smola wants to merge 3 commits intobenfred:masterfrom
smola:feature/437-no-native-stack-filter

Conversation

@smola
Copy link
Copy Markdown

@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.

2 participants