Skip to content

Commit 9a56941

Browse files
Update awaitable.h
1 parent 0d39ea7 commit 9a56941

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/awaitable.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#define PYAWAITABLE_MAJOR_VERSION 1
77
#define PYAWAITABLE_MINOR_VERSION 0
88
#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
911

1012
typedef int (*awaitcallback)(PyObject *, PyObject *);
1113
typedef int (*awaitcallback_err)(PyObject *, PyObject *);

0 commit comments

Comments
 (0)