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 8a77b96 commit bafb6f6Copy full SHA for bafb6f6
src/pyawaitable/pyawaitable.h
@@ -6,7 +6,7 @@
6
#define PYAWAITABLE_MINOR_VERSION 4
7
#define PYAWAITABLE_MICRO_VERSION 0
8
/* Per CPython Conventions: 0xA for alpha, 0xB for beta, 0xC for release candidate or 0xF for final. */
9
-#define PYAWAITABLE_RELEASE_LEVEL 0xF
+#define PYAWAITABLE_RELEASE_LEVEL 0xB
10
11
typedef int (*awaitcallback)(PyObject *, PyObject *);
12
typedef int (*awaitcallback_err)(PyObject *, PyObject *);
0 commit comments