8000 gh-102114: Make dis print more concise tracebacks for syntax errors in str inputs by chgnrdv · Pull Request #102115 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-102114: Make dis print more concise tracebacks for syntax errors in str inputs #102115

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

Merged
merged 10 commits into from
Apr 15, 2023
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Feb 21, 2023
commit 2f29d43a55c508e6e7be324420cd4631d417b7c3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Functions from :module:`dis` module that accept source code string as argument now print shorter traceback if given string contains syntax/indentation error
0