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 8f3b2b2 commit a4efa33Copy full SHA for a4efa33
psycopg/psycopg/pq/_pq_ctypes.py
@@ -58,11 +58,11 @@ class FILE(Structure):
58
59
60
class PGconn_struct(Structure):
61
- _fields_: list[tuple[str, type]] = []
+ _fields_ = []
62
63
64
class PGresult_struct(Structure):
65
66
67
68
class PQconninfoOption_struct(Structure):
@@ -86,11 +86,11 @@ class PGnotify_struct(Structure):
86
87
88
class PGcancelConn_struct(Structure):
89
90
91
92
class PGcancel_struct(Structure):
93
94
95
96
class PGresAttDesc_struct(Structure):
0 commit comments