-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
asyncio.Task.print_stack
doesn't use sys.stderr
by default
#97725
Labels
Comments
kumaraditya303
pushed a commit
that referenced
this issue
Feb 7, 2023
arhadthedev
added a commit
to arhadthedev/cpython
that referenced
this issue
Feb 7, 2023
…sk.print_stack` (python#101652) (cherry picked from commit f87f6e2)
arhadthedev
added a commit
to arhadthedev/cpython
that referenced
this issue
Feb 7, 2023
…sk.print_stack` (python#101652) (cherry picked from commit f87f6e2)
ambv
pushed a commit
that referenced
this issue
Feb 8, 2023
ambv
pushed a commit
that referenced
this issue
Feb 8, 2023
Fixed by gh-101652. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
asyncio.Task.print_stack
is described by documentation as having a default output file ofsys.stderr
. However, the defaultNone
is passed all the way toprint
statements, leading to an actual default ofsys.stdout
.Linked PRs
Task.print_stack
#101652asyncio.Task.print_stack
(#101652) #101653asyncio.Task.print_stack
(#101652) #101654The text was updated successfully, but these errors were encountered: