You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncio.Task.print_stack is described by documentation as having a default output file of sys.stderr. However, the default None is passed all the way to print statements, leading to an actual default of sys.stdout.
asyncio.Task.print_stackis described by documentation as having a default output file ofsys.stderr. However, the defaultNoneis passed all the way toprintstatements, leading to an actual default ofsys.stdout.Linked PRs
Task.print_stack#101652asyncio.Task.print_stack(#101652) #101653asyncio.Task.print_stack(#101652) #101654