Possible (benign) overflow for 'K' format code in do_mkvalue
#132909
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-C-API
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
This is probably not an issue but here are the known "temporary" overflows:
Note that
va_arg(*p_va, unsigned long long)
will be converted into an unsigned long long, and then into a long long, and then back to an unsigned long long. So if we were to have an overflow here, it shouldn't really matter. Indeed, takev = (1ULL << 63) + 2
. We have:CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
do_mkvalue
#132911do_mkvalue
(GH-132911) #132932The text was updated successfully, but these errors were encountered: