gh-124153: Introduce PyType_GetBaseByToken function (PoC) #125482
Annotations
2 errors and 10 warnings
|
Build CPython out-of-tree
The operation was canceled.
|
Build CPython out-of-tree:
Parser/string_parser.c#L21
conversion to ‘unsigned char’ from ‘char’ may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Parser/string_parser.c#L98
conversion to ‘Py_ssize_t’ {aka ‘long int’} from ‘size_t’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Parser/string_parser.c#L145
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘long int’ may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Parser/string_parser.c#L149
conversion to ‘Py_ssize_t’ {aka ‘long int’} from ‘size_t’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Parser/string_parser.c#L188
conversion to ‘Py_ssize_t’ {aka ‘long int’} from ‘size_t’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Parser/string_parser.c#L277
conversion to ‘Py_ssize_t’ {aka ‘long int’} from ‘size_t’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Parser/string_parser.c#L279
conversion to ‘Py_ssize_t’ {aka ‘long int’} from ‘size_t’ {aka ‘long unsigned int’} may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Include/internal/pycore_stackref.h#L101
unsigned conversion from ‘int’ to ‘uintptr_t’ {aka ‘long unsigned int’} changes value from ‘-2’ to ‘18446744073709551614’ [-Wsign-conversion]
|
Build CPython out-of-tree:
Include/internal/pycore_stackref.h#L137
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Include/internal/pycore_backoff.h#L60
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion]
|
Loading