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 0d39ea7 commit 9a56941Copy full SHA for 9a56941
include/awaitable.h
@@ -6,6 +6,8 @@
6
#define PYAWAITABLE_MAJOR_VERSION 1
7
#define PYAWAITABLE_MINOR_VERSION 0
8
#define PYAWAITABLE_MICRO_VERSION 0
9
+// Per CPython Conventions: 0xA for alpha, 0xB for beta, 0xC for release candidate or 0xF for final.
10
+#define PYAWAITABLE_RELEASE_LEVEL 0xB
11
12
typedef int (*awaitcallback)(PyObject *, PyObject *);
13
typedef int (*awaitcallback_err)(PyObject *, PyObject *);
0 commit comments