gh-89412: Add missing attributes (added in 3.10) to traceback module docs#105046
gh-89412: Add missing attributes (added in 3.10) to traceback module docs#105046ambv merged 3 commits into
Conversation
|
@pablogsal can you review as you've added these two attributes in #28575 ? |
Sorry, something went wrong.
|
Thanks @Jackenmen for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11, 3.12. |
Sorry, something went wrong.
…odule docs (pythonGH-105046) (cherry picked from commit a4f72fa) Co-authored-by: Jakub Kuczys <me@jacken.men>
…odule docs (pythonGH-105046) (cherry picked from commit a4f72fa) Co-authored-by: Jakub Kuczys <me@jacken.men>
…odule docs (pythonGH-105046) (cherry picked from commit a4f72fa) Co-authored-by: Jakub Kuczys <me@jacken.men>
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot s390x SLES 3.11 has failed when building commit faae548. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/1006/builds/1010 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Tests result: FAILURE then ENV CHANGED == 419 tests OK. 10 slowest tests:
1 test altered the execution environment: 14 tests skipped: 1 re-run test: Total duration: 5 min 22 sec Click to see traceback logsTraceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_689e16ea'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-sles-z/build/Lib/test/test___all__.py", line 129, in test_all
self.check_all(modname)
File "/home/dje/cpython-buildarea/3.11.edelsohn-sles-z/build/Lib/test/test___all__.py", line 43, in check_all
with warnings_helper.check_warnings(
File "/home/dje/cpython-buildarea/3.11.edelsohn-sles-z/build/Lib/contextlib.py", line 144, in __exit__
next(self.gen)
File "/home/dje/cpython-buildarea/3.11.edelsohn-sles-z/build/Lib/test/support/warnings_helper.py", line 185, in _filterwarnings
raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message : DeprecationWarning("invalid escape sequence '\\?'"), category : 'DeprecationWarning', filename : '/home/dje/cpython-buildarea/3.11.edelsohn-sles-z/build/Lib/test/test_httpservers.py', lineno : 445, line : None}
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_07ea7738'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
cache[rtype].remove(name)
KeyError: '/psm_2bd8fa86'
|
Sorry, something went wrong.
|
thanks for doing this! |
Sorry, something went wrong.
It seems that
end_lineno, andend_offsethave been missed when theSyntaxErrorexception was modified in 3.10.I reused the issue number of the original issue that added these attributes.
📚 Documentation preview 📚: https://cpython-previews--105046.org.readthedocs.build/