Draft: gh-127119: Faster check for small ints in long_dealloc (debug) #136319
Annotations
2 warnings
Build CPython:
Objects/longobject.c#L3657
'printf' : format string '%d' requires an argument of type 'int', but variadic argument 2 has type 'stwodigits' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
Build CPython:
Objects/longobject.c#L3657
'printf' : format string '%d' requires an argument of type 'int', but variadic argument 2 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Loading