GH-127705: Use _PyStackRef
s in the default build.
#135514
Annotations
10 errors and 1 warning
Build CPython out-of-tree:
Objects/longobject.c#L311
implicit declaration of function ‘PyStackRef_FromPyObjectStealMortal’; did you mean ‘PyStackRef_FromPyObjectImmortal’? [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree:
Objects/longobject.c#L311
incompatible types when returning type ‘int’ but ‘_PyStackRef’ was expected
|
Build CPython out-of-tree:
Python/generated_cases.c.h#L120
implicit declaration of function ‘PyStackRef_CLOSE_SPECIALIZED’ [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree:
Python/generated_cases.c.h#L675
implicit declaration of function ‘PyStackRef_FromPyObjectStealMortal’; did you mean ‘PyStackRef_FromPyObjectImmortal’? [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree:
Python/generated_cases.c.h#L675
incompatible types when assigning to type ‘_PyStackRef’ from type ‘int’
|
Build CPython out-of-tree:
Python/generated_cases.c.h#L715
incompatible types when assigning to type ‘_PyStackRef’ from type ‘int’
|
Build CPython out-of-tree:
Python/generated_cases.c.h#L759
incompatible types when assigning to type ‘_PyStackRef’ from type ‘int’
|
Build CPython out-of-tree:
Python/generated_cases.c.h#L789
incompatible types when assigning to type ‘_PyStackRef’ from type ‘int’
|
Build CPython out-of-tree:
Python/generated_cases.c.h#L845
incompatible types when assigning to type ‘_PyStackRef’ from type ‘int’
|
Build CPython out-of-tree:
Python/ceval_macros.h#L260
implicit declaration of function ‘PyStackRef_CheckValid’ [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree:
Objects/longobject.c#L312
control reaches end of non-void function [-Wreturn-type]
|
Loading