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 serhiy.storchaka
Recipients godlygeek, pablogsal, serhiy.storchaka, vstinner
Date 2021-09-30.08:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632989540.27.0.754269618565.issue45325@roundup.psfhosted.org>
In-reply-to
Content
> But isn't that risk the same for other formatting parameters?

I think that the risk for other formatting parameters is smaller, because you know, that there are different formatting parameters for different integer and floating point types, and for pointers, and you know that you should care about truncation and overflow if the type of the argument is different from the type of the parameter.

But I am not in strict opposition against this feature. It is just that I have fixed so many bugs, that I try to search potential flaws and drawbacks in any new feature. Now you know about this, and you can decide whether the benefit is larger than the risk of potential damages. To me they look equally small.

Technically PR 28634 LGTM.
History
Date User Action Args
2021-09-30 08:12:20serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, pablogsal, godlygeek
2021-09-30 08:12:20serhiy.storchakasetmessageid: <1632989540.27.0.754269618565.issue45325@roundup.psfhosted.org>
2021-09-30 08:12:20serhiy.storchakalinkissue45325 messages
2021-09-30 08:12:20serhiy.storchakacreate