gh-144330: Initialize staticmethod/classmethod callables in tp_new #181633
Annotations
10 errors and 11 warnings
|
Objects/funcobject.c#L1728
expected expression before ‘)’ token
|
|
Objects/funcobject.c#L1728
‘sm’ undeclared (first use in this function); did you mean ‘tm’?
|
|
Include/pyport.h#L37
expected expression before ‘)’ token
|
|
Objects/funcobject.c#L1719
‘sm’ undeclared (first use in this function); did you mean ‘tm’?
|
|
Include/pyport.h#L37
expected expression before ‘)’ token
|
|
Objects/funcobject.c#L1710
‘sm’ undeclared (first use in this function); did you mean ‘tm’?
|
|
Include/pyport.h#L37
expected expression before ‘)’ token
|
|
Objects/funcobject.c#L1700
‘sm’ undeclared (first use in this function); did you mean ‘tm’?
|
|
Objects/funcobject.c#L1665
version control conflict marker in file
|
|
Objects/funcobject.c#L1653
version control conflict marker in file
|
|
|
|
Include/pyport.h#L37
cast to pointer from integer of different size [-Wint-to-pointer-cast]
|
|
Include/cpython/object.h#L371
assignment to ‘int’ from ‘PyObject *’ {aka ‘struct _object *’} makes integer from pointer without a cast [-Wint-conversion]
|
|
Include/pyport.h#L37
cast to pointer from integer of different size [-Wint-to-pointer-cast]
|
|
Include/refcount.h#L481
assignment to ‘int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion]
|
|
Include/refcount.h#L480
comparison between pointer and integer
|
|
Include/pyport.h#L37
cast to pointer from integer of different size [-Wint-to-pointer-cast]
|
|
Include/refcount.h#L481
assignment to ‘int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion]
|
|
Include/refcount.h#L480
comparison between pointer and integer
|
|
Objects/funcobject.c#L1691
type defaults to ‘int’ in declaration of ‘staticmethod’ [-Wimplicit-int]
|
|
Objects/funcobject.c#L1691
data definition has no type or storage class
|
The logs for this run have expired and are no longer available.
Loading