Amaury Forgeot d'Arc added the comment:

encoding="GBK" causes a buffer overflow in PyUnknownEncodingHandler, because 
the result of PyUnicode_Decode() is only 192 characters long.
Exact behavior is not defined...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13612>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to