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 pitrou
Recipients alexandre.vassalotti, pitrou
Date 2013-12-02.22:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386024237.29.0.240373861832.issue19867@psf.upfronthosting.co.za>
In-reply-to
Content
It should probably be a bytes object instead:

>>> op
<pickletools.OpcodeInfo object at 0x7f1e119db448>
>>> op.code
'\x95'
>>> op.name
'FRAME'
>>> pickle.FRAME
b'\x95'
History
Date User Action Args
2013-12-02 22:43:57pitrousetrecipients: + pitrou, alexandre.vassalotti
2013-12-02 22:43:57pitrousetmessageid: <1386024237.29.0.240373861832.issue19867@psf.upfronthosting.co.za>
2013-12-02 22:43:57pitroulinkissue19867 messages
2013-12-02 22:43:57pitroucreate