Incremental "mark alive" pass for cyclic GC #131826
Annotations
2 errors and 8 warnings
|
Build CPython
The operation was canceled.
|
Build CPython:
Python/gc.c#L1300
'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Python/gc.c#L1320
'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Python/gc.c#L1320
'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Python/gc.c#L1320
'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 3 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Python/gc.c#L1325
'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Python/gc.c#L1325
'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Python/gc.c#L1325
'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 3 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Python/gc.c#L1310
'initializing': conversion from 'Py_ssize_t' to 'unsigned long', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Loading