We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51c2d8 commit 7ffafa9Copy full SHA for 7ffafa9
asyncpg/protocol/record/__init__.pxd
@@ -7,7 +7,7 @@
7
8
cdef extern from "record/recordobj.h":
9
10
- int ApgRecord_InitTypes()
+ int ApgRecord_InitTypes() except -1
11
12
int ApgRecord_CheckExact(object)
13
object ApgRecord_New(object, int)
0 commit comments