etingof / pyasn1

Generic ASN.1 library for Python
http://snmplabs.com/pyasn1
BSD 2-Clause "Simplified" License
244 stars 118 forks source link

Exceptions is unfriendly #187

Open ceccarona opened 4 years ago

ceccarona commented 4 years ago

https://github.com/etingof/pyasn1/blob/6bb6e5b1cc752caf5c08cafca350644c8028dcda/pyasn1/codec/ber/encoder.py#L542

TypeError: exceptions must be old-style classes or derived from BaseException, not bool

Jamie- commented 2 years ago

Duplicate of https://github.com/etingof/pyasn1/issues/178