Message11005

Author stefan.richthofer
Recipients amak, draghuram, ericmoore, fwierzbicki, leouserz, p2sam, pjac, rvalyi, stefan.richthofer, zyasoft
Date 2016-12-24.05:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482556219.5.0.00842498650611.issue527524@psf.upfronthosting.co.za>
In-reply-to
Content
I implemented Jim's suggestion in github.com/jythontools/jython/commit/2c0dda9be0b7bb9f094960a251cbe93c1dd170aa. Now Jython scans for an appropriate CPython 2.7 pyc-file and embeds the required bytecode from there into the generated class-file. This should be sufficient to state that this issue will hardly bother any more.

What still needs to be done is to let Jython generate the pyc-file itself. However that's a major effort and I'd suggest to directly target Jython 3 for such a project.
History
Date User Action Args
2016-12-24 05:10:19stefan.richthofersetmessageid: <1482556219.5.0.00842498650611.issue527524@psf.upfronthosting.co.za>
2016-12-24 05:10:19stefan.richthofersetrecipients: + stefan.richthofer, leouserz, fwierzbicki, p2sam, ericmoore, amak, draghuram, zyasoft, rvalyi, pjac
2016-12-24 05:10:19stefan.richthoferlinkissue527524 messages
2016-12-24 05:10:18stefan.richthofercreate