Message10991

Author stefan.richthofer
Recipients stefan.richthofer
Date 2016-11-25.16:50:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480092660.46.0.353158132545.issue2533@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed as of commit 7986c893c14bd4fcc59da5af6e1aaa28204e1188.
Review is recommended, also more testing.

Now PyBytecode supports bytecode according to magic number 62211 (CPython 2.7).

Also: pycimport.py now checks for right bytecode-version and refuses to load unsupported bytecode; previously this potentially yielded undefined behavior (however usually ending up with NullpointerException or ArrayIndexOutOfBoundException or so).
History
Date User Action Args
2016-11-25 16:51:00stefan.richthofersetmessageid: <1480092660.46.0.353158132545.issue2533@psf.upfronthosting.co.za>
2016-11-25 16:51:00stefan.richthofersetrecipients: + stefan.richthofer
2016-11-25 16:51:00stefan.richthoferlinkissue2533 messages
2016-11-25 16:50:59stefan.richthofercreate