closes gh-124016: update Unicode to 16.0.0 (#124017) #125231
Annotations
2 errors and 10 warnings
|
Tests
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:
Parser/parser.c#L25778
conversion to ‘long unsigned int’ from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Parser/parser.c#L25845
conversion to ‘long unsigned int’ from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
|
Build CPython out-of-tree:
Parser/parser.c#L25912
conversion to ‘long unsigned int’ from ‘Py_ssize_t’ {aka ‘long int’} may change the sign of the result [-Wsign-conversion]
|
Loading