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 6b48443 commit c54ce43Copy full SHA for c54ce43
asyncpg/protocol/codecs/int.pyx
@@ -41,7 +41,7 @@ cdef int2_decode(ConnectionSettings settings, FastReadBuffer buf):
41
42
cdef int4_encode(ConnectionSettings settings, WriteBuffer buf, obj):
43
cdef int overflow = 0
44
- cdef long val
+ cdef long val = 0
45
46
try:
47
val = cpython.PyLong_AsLong(obj)
0 commit comments