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 macgors
Recipients Andrew.Lutomirski, ezio.melotti, iritkatriel, macgors
Date 2022-03-29.18:46:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648579617.61.0.211115103516.issue17246@roundup.psfhosted.org>
In-reply-to
Content
In my opinion formatargvalues function is quite useless in current day as ArgInfo provides all the information. I'm however willing to fix this. IMO we should just omit the args/varargs/kwargs that have been deleted, since the values do not exist in the current frame anymore.

I can implement the idea propossed in 2013, but I feel this seems less intuative(?) and might be worse for backwards compatibility (if anyone ever actually expects some values from formatargvalues, but I haven't been able to find an example of that).

Thank you in advance for any input.
History
Date User Action Args
2022-03-29 18:46:57macgorssetrecipients: + macgors, ezio.melotti, Andrew.Lutomirski, iritkatriel
2022-03-29 18:46:57macgorssetmessageid: <1648579617.61.0.211115103516.issue17246@roundup.psfhosted.org>
2022-03-29 18:46:57macgorslinkissue17246 messages
2022-03-29 18:46:57macgorscreate