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 7637251 commit 6c99d6cCopy full SHA for 6c99d6c
Modules/_librabbitmq/connection.h
@@ -18,6 +18,8 @@
18
#if PY_VERSION_HEX >= 0x03000000 /* 3.0 and up */
19
# define FROM_FORMAT PyUnicode_FromFormat
20
# define PyInt_FromLong PyLong_FromLong
21
+# define PyInt_AS_LONG PyLong_AsLong
22
+# define PyInt_Check PyLong_Check
23
# define PyInt_FromSsize_t PyLong_FromSsize_t
24
# define PyString_INTERN_FROM_STRING PyString_FromString
25
#else /* 2.x */
0 commit comments