gh-124153: Introduce PyType_GetBaseByToken function (PoC) #125482
Annotations
1 error and 10 warnings
Check compiler warnings
Process completed with exit code 1.
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/pycore_gc.h#L230
unsigned conversion from ‘int’ to ‘uintptr_t’ {aka ‘long unsigned int’} changes value from ‘-2’ to ‘18446744073709551614’ [-Wsign-conversion]
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/pycore_backoff.h#L60
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion]
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/pycore_backoff.h#L61
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘unsigned char:4’ may change value [-Wconversion]
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/pycore_backoff.h#L78
conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion]
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/pycore_list.h#L48
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/mimalloc/mimalloc/internal.h#L489
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/mimalloc/mimalloc/internal.h#L508
unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/mimalloc/mimalloc/internal.h#L806
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree (for compiler warning check):
Include/internal/mimalloc/mimalloc/internal.h#L814
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree (for compiler warning check):
Parser/pegen.c#L29
conversion to ‘Py_UCS4’ {aka ‘unsigned int’} from ‘char’ may change the sign of the result [-Wsign-conversion]
|
Loading