Skip to content

Commit 7ffafa9

Browse files
committed
Fix ApgRecord_InitTypes export declaration
1 parent a51c2d8 commit 7ffafa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/protocol/record/__init__.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
cdef extern from "record/recordobj.h":
99

10-
int ApgRecord_InitTypes()
10+
int ApgRecord_InitTypes() except -1
1111

1212
int ApgRecord_CheckExact(object)
1313
object ApgRecord_New(object, int)

0 commit comments

Comments
 (0)