Message11138

Author stefan.richthofer
Recipients amak, draghuram, ericmoore, fwierzbicki, leouserz, p2sam, pjac, rvalyi, stefan.richthofer, zyasoft
Date 2017-02-27.17:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488216587.71.0.865120453529.issue527524@psf.upfronthosting.co.za>
In-reply-to
Content
As of https://hg.python.org/jython/rev/03f4808038f8 you can run things like

pip install --global-option="-J-Dcpython_cmd=python" sympy

on Jython (try it!). Jython will use the provided cpython 2.7 command to automatically create CPython bytecode for oversized functions as needed. It will build  workable class-files for sympy (or whatever package you install) without bothering you again about pyc-files.
History
Date User Action Args
2017-02-27 17:29:47stefan.richthofersetmessageid: <1488216587.71.0.865120453529.issue527524@psf.upfronthosting.co.za>
2017-02-27 17:29:47stefan.richthofersetrecipients: + stefan.richthofer, leouserz, fwierzbicki, p2sam, ericmoore, amak, draghuram, zyasoft, rvalyi, pjac
2017-02-27 17:29:47stefan.richthoferlinkissue527524 messages
2017-02-27 17:29:47stefan.richthofercreate