GH-145247: Use _PyTuple_FromPair in Modules(2) #187707
Annotations
13 errors and 2 warnings
|
Build CPython out-of-tree (for compiler warning check)
Process completed with exit code 2.
|
|
Build CPython out-of-tree (for compiler warning check):
Modules/signalmodule.c#L198
expected ‘,’ or ‘;’ before ‘if’
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Build CPython out-of-tree (for compiler warning check):
Modules/socketmodule.c#L6598
passing argument 2 of ‘_PyTuple_FromPairSteal’ from incompatible pointer type [-Wincompatible-pointer-types]
|
|
Build CPython out-of-tree (for compiler warning check):
Modules/socketmodule.c#L6598
passing argument 1 of ‘_PyTuple_FromPairSteal’ from incompatible pointer type [-Wincompatible-pointer-types]
|
Loading