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 pitrou
Date 2011-08-27.12:05:46
SpamBayes Score 0.07696401
Marked as misclassified No
Message-id <1314446747.24.0.0265285645067.issue12847@psf.upfronthosting.co.za>
In-reply-to
Content
Same with LONG_BINPUT on a 32-bit build:

>>> s = b'\x80\x03X\x01\x00\x00\x00ar\xff\xff\xff\xff.'
>>> pickletools.dis(s)
    0: \x80 PROTO      3
    2: X    BINUNICODE 'a'
    8: r    LONG_BINPUT -1
   13: .    STOP
highest protocol among opcodes = 2
>>> pickle.loads(s)
Erreur de segmentation
History
Date User Action Args
2011-08-27 12:05:47pitrousetrecipients: + pitrou
2011-08-27 12:05:47pitrousetmessageid: <1314446747.24.0.0265285645067.issue12847@psf.upfronthosting.co.za>
2011-08-27 12:05:46pitroulinkissue12847 messages
2011-08-27 12:05:46pitroucreate