This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients dmalcolm, loewis, vstinner
Date 2010-04-21.13:55:39
SpamBayes Score 0.023914361
Marked as misclassified No
Message-id <1271858141.29.0.465763295165.issue8480@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-04-21 13:55:41vstinnersetrecipients: + vstinner, loewis, dmalcolm
2010-04-21 13:55:41vstinnersetmessageid: <1271858141.29.0.465763295165.issue8480@psf.upfronthosting.co.za>
2010-04-21 13:55:39vstinnerlinkissue8480 messages
2010-04-21 13:55:39vstinnercreate