Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a8af9a + 78b5ed9 commit e7041faCopy full SHA for e7041fa
1 file changed
Lib/threading.py
@@ -923,7 +923,7 @@ def _bootstrap_inner(self):
923
# self.
924
if _sys and _sys.stderr is not None:
925
print("Exception in thread %s:\n%s" %
926
- (self.name, _format_exc()), file=self._stderr)
+ (self.name, _format_exc()), file=_sys.stderr)
927
elif self._stderr is not None:
928
# Do the best job possible w/o a huge amt. of code to
929
# approximate a traceback (code ideas from
0 commit comments