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
Right here PyLong_FromLong can in theory (unlikely in practice) return NULL. It is missing this check. I understand that this is a test code, but I also don't see a reason why we should not be explicit about it.
Bug report
Refs #133265
Right here
PyLong_FromLongcan in theory (unlikely in practice) returnNULL. It is missing this check. I understand that this is a test code, but I also don't see a reason why we should not be explicit about it.cpython/Modules/_testinternalcapi.c
Line 1045 in 13cb8ca
cc @ericsnowcurrently
I have a PR ready.
Linked PRs
SET_COUNTmacro in_testinternalcapi.c#133892SET_COUNTmacro in_testinternalcapi.c(GH-133892) #134988