We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca405b commit 4c7a4b9Copy full SHA for 4c7a4b9
Python/specialize.c
@@ -834,7 +834,7 @@ typedef enum {
834
ABSENT, /* Attribute is not present on the class */
835
DUNDER_CLASS, /* __class__ attribute */
836
GETSET_OVERRIDDEN, /* __getattribute__ or __setattr__ has been overridden */
837
- GETATTRIBUTE_IS_PYTHON_FUNCTION, /* Descriptor requires calling a Python __getattribute__ */
+ GETATTRIBUTE_IS_PYTHON_FUNCTION /* Descriptor requires calling a Python __getattribute__ */
838
} DescriptorClassification;
839
840
0 commit comments