We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928efe7 commit 2a8b4aeCopy full SHA for 2a8b4ae
1 file changed
cfg/python.cfg
@@ -1,5 +1,9 @@
1
<?xml version="1.0"?>
2
<def format="2">
3
+ <define name="Py_RETURN_FALSE" value="return Py_INCREF(Py_False), Py_False"/>
4
+ <define name="Py_RETURN_NONE" value="return Py_INCREF(Py_None), Py_None"/>
5
+ <define name="Py_RETURN_TRUE" value="return Py_INCREF(Py_True), Py_True"/>
6
+
7
<!-- Python C API. see https://docs.python.org/2/c-api/index.html -->
8
<!-- ########## Python C API Types ########## -->
9
<define name="PY_LONG_LONG" value="long long"/>
0 commit comments