Skip to content

Commit

Permalink
Update test_awaitable.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored Apr 23, 2024
1 parent de1e8c2 commit 8f19ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_awaitable.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import ctypes as ct
from ctypes import pythonapi

get_pointer = PyCapsule_GetPointer
get_pointer = pythonapi.PyCapsule_GetPointer
get_pointer.argtypes = (ct.py_object, ct.c_void_p)
get_pointer.restype = ct.c_void_p

Expand Down

0 comments on commit 8f19ca2

Please sign in to comment.