Message10990

Author stefan.richthofer
Recipients stefan.richthofer
Date 2016-11-24.06:03:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479967411.16.0.620518336292.issue2533@psf.upfronthosting.co.za>
In-reply-to
Content
The opcodes in Opcode.java are still at the stage of Python 2.5.2. This currently breaks PyBytecode.interpret and thus the whole pycimport mechanism. As a quick improvement I would fix the opcodes such that Python 2.7 compatibility is restored.
However just fixing the opcodes is probably not enough, because new semantics must be considered in PyBytecode.interpret. Fixing Opcodes.java would still be an improvement, because currently even trivial things like attribute-lookup fail.
History
Date User Action Args
2016-11-24 06:03:31stefan.richthofersetrecipients: + stefan.richthofer
2016-11-24 06:03:31stefan.richthofersetmessageid: <1479967411.16.0.620518336292.issue2533@psf.upfronthosting.co.za>
2016-11-24 06:03:31stefan.richthoferlinkissue2533 messages
2016-11-24 06:03:30stefan.richthofercreate