Skip to content

Commit

Permalink
Update awaitable.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored Apr 23, 2024
1 parent 746ce48 commit 67c92d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awaitable.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "pyerrors.h"
#include <stdarg.h>
#include <stdbool.h>

#include <awaitable.h>

#ifndef _PyObject_Vectorcall
#define PyObject_CallNoArgs(o) PyObject_CallObject( \
Expand Down

0 comments on commit 67c92d6

Please sign in to comment.