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
bpo-46652: Use code.co_qualname to provide richer information #31150
base: main
Are you sure you want to change the base?
Conversation
|
It might be easier to review and get this merged if it was a couple of smaller PRs that touch fewer files each. Maybe just change In particular, asyncore is deprecated and so it probably shouldn't change, and IIRC we usually like to separate IDLE changes on their own. |
|
See issue for general comments.
One way to split the PR would be separate PRs for changes related to tracebacks, profiles, and 'other'.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Use the code.co_qualname field to provide richer information in tracing output generation.
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @terryjreedy: please review the changes made to this pull request. |
Use the code.co_qualname field to provide richer information in output generation, such as tracebacks, profiles, debugging etc...
https://bugs.python.org/issue46652
The text was updated successfully, but these errors were encountered: