-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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-41138: Fix trace CLI for non-UTF-8 files. #21177
bpo-41138: Fix trace CLI for non-UTF-8 files. #21177
Conversation
Fix also a resource warning when store counts and module info.
@@ -0,0 +1,2 @@ | |||
Fixed the :mod:`tarce` module CLI for Python source files with non-UTF-8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/tarce/trace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Thank you @srinivasreddy!
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
Fix also a resource warning when store counts and module info. (cherry picked from commit 04cdeb7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-21196 is a backport of this pull request to the 3.9 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Fix also a resource warning when store counts and module info.. (cherry picked from commit 04cdeb7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-21200 is a backport of this pull request to the 3.8 branch. |
Fix also a resource warning when store counts and module info.
Fix also a resource warning when store counts and module info.
Fix also a resource warning when store counts and module info.
https://bugs.python.org/issue41138