STINNER Victor <victor.stin...@haypocalc.com> added the comment:

libpython.py had a type "PyStringObjectPtr" referencing "PyStringObject" type, 
whereas Python3 uses "PybytesObject". That's why you got this error. It should 
be fixed by r80311 (and r80312).

----------
resolution:  -> fixed
status: open -> closed

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

Reply via email to