Skip to content

Raise UnicodeError instead of segfaulting when Latin-1 encoding fails

Related to #72 (closed)

I propose, that we throw UnicodeError, when decoding is unsuccessful for all PyUnicode_AsLatin1String usage in our code

Edited by Anton Joubert

Merge request reports