gh-100554: Add Py_tp_vectorcall
slot to set ``PyTypeObject.tp_vec…
#54
Annotations
2 errors and 10 warnings
|
Tests
The operation was canceled.
|
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]
|
Build CPython out-of-tree:
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:
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:
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:
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:
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:
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:
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]
|
Loading