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
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!
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