Skip to content

Commit

Permalink
missing "except? -1" clause.
Browse files Browse the repository at this point in the history
  • Loading branch information
samrushing committed Mar 18, 2015
1 parent d48d0ed commit 63869d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coro/asn1/ber.pxd
Expand Up @@ -52,5 +52,5 @@ cdef object decode_long_integer (unsigned char * s, long * pos, long length)
cdef object decode_structured (unsigned char * s, long * pos, long length)
cdef object decode_objid (unsigned char * s, long * pos, long length)
cdef object decode_boolean (unsigned char * s, long * pos, long length)
cdef long _decode_length (unsigned char * s, long * pos, long lol)
cdef long _decode_length (unsigned char * s, long * pos, long lol) except? -1
cdef object _decode (unsigned char * s, long * pos, long eos, bint just_tlv)

0 comments on commit 63869d7

Please sign in to comment.