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 2153507 commit efa7bdcCopy full SHA for efa7bdc
Include/methodobject.h
@@ -52,7 +52,7 @@ typedef PyCFunctionFastWithKeywords _PyCFunctionFastWithKeywords;
52
#define _PyCFunction_CAST(func) \
53
_Py_FUNC_CAST(PyCFunction, func)
54
// Other casts are given for semantic conveniences, allowing
55
-// users to see whether a cast to suppress a UB is necessary.
+// users to see whether a cast to suppress an undefined behavior is necessary.
56
#define _PyCFunctionFast_CAST(func) \
57
_Py_FUNC_CAST(PyCFunctionFast, func)
58
#define _PyCFunctionWithKeywords_CAST(func) \
0 commit comments