These attributes were added in Python 3.11, as part of PEP-657, and I believe they're intended to be public API. If so, adding them to the __init__ docstring would be nice!
(prompted by checking typeshed, which includes them, while reviewing https://peps.python.org/pep-0657/)
Linked PRs
These attributes were added in Python 3.11, as part of PEP-657, and I believe they're intended to be public API. If so, adding them to the
__init__docstring would be nice!(prompted by checking
typeshed, which includes them, while reviewing https://peps.python.org/pep-0657/)Linked PRs
traceback.FrameSummary#128484traceback.FrameSummary(GH-128484) #130753traceback.FrameSummary(GH-128484) #130754FrameSummary.end_linenochanged in 3.13 #130755FrameSummary.end_linenochanged in 3.13 (GH-130755) #130767