Skip to content

Commit

Permalink
Update awaitable.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored Apr 30, 2024
1 parent 863ae13 commit 023169a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/awaitable.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ AwaitableABI* awaitable_abi = NULL;
static int
awaitable_init()
{
AwaitableABI *capsule = PyCapsule_Import("pyawaitable.abi.v1");
AwaitableABI *capsule = PyCapsule_Import("pyawaitable.abi.v1", 0);
if (capsule == NULL)
return NULL;

Expand Down

0 comments on commit 023169a

Please sign in to comment.