This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients iritkatriel
Date 2021-09-01.11:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630496744.47.0.411180872388.issue45075@roundup.psfhosted.org>
In-reply-to
Content
def format_frame(frame) should be renamed to format_frame_summary(frame_summary) because it takes a FrameSummary obejct and not a frame. 

This is a new API in 3.11 so it can be changed now.

There are also local variables in traceback.py which are called frame but actually represent FrameSummary. This can be confusing and should be fixed at the same time where it doesn't break API.
History
Date User Action Args
2021-09-01 11:45:44iritkatrielsetrecipients: + iritkatriel
2021-09-01 11:45:44iritkatrielsetmessageid: <1630496744.47.0.411180872388.issue45075@roundup.psfhosted.org>
2021-09-01 11:45:44iritkatriellinkissue45075 messages
2021-09-01 11:45:44iritkatrielcreate