gh-100554: Add Py_tp_vectorcall
slot to set ``PyTypeObject.tp_vec…
#54
Annotations
10 warnings
Build CPython:
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:
Parser/string_parser.c#L21
conversion to ‘unsigned char’ from ‘char’ may change the sign of the result [-Wsign-conversion]
|
Build CPython:
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:
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:
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:
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:
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:
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:
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:
Include/internal/pycore_backoff.h#L60
conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion]
|
Loading