gh-142083: Clarify documentation for array('u') typecode #175735
Annotations
2 errors and 10 warnings
|
Build CPython
Process completed with exit code 2.
|
|
Build CPython:
Modules/arraymodule.c#L2884
expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ at end of input
|
|
Build CPython:
Modules/arraymodule.c#L2408
‘array_repr’ defined but not used [-Wunused-function]
|
|
Build CPython:
Modules/arraymodule.c#L2436
‘array_subscr’ defined but not used [-Wunused-function]
|
|
Build CPython:
Modules/arraymodule.c#L2500
‘array_ass_subscr’ defined but not used [-Wunused-function]
|
|
Build CPython:
Modules/arraymodule.c#L2662
‘array_buffer_getbuf’ defined but not used [-Wunused-function]
|
|
Build CPython:
Modules/arraymodule.c#L2703
‘array_buffer_relbuf’ defined but not used [-Wunused-function]
|
|
Build CPython:
Modules/arraymodule.c#L2878
‘module_doc’ defined but not used [-Wunused-const-variable=]
|
|
Build CPython:
Modules/clinic/arraymodule.c.h#L770
‘array_arrayiterator___setstate___impl’ used but never defined
|
|
Build CPython:
Modules/clinic/arraymodule.c.h#L748
‘array_arrayiterator___reduce___impl’ used but never defined
|
|
Build CPython:
Modules/arraymodule.c#L2948
missing terminating " character
|
|
Build CPython:
Modules/arraymodule.c#L2911
missing terminating " character
|
Loading