Message11138
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. |
|
Date |
User |
Action |
Args |
2017-02-27 17:29:47 | stefan.richthofer | set | messageid: <1488216587.71.0.865120453529.issue527524@psf.upfronthosting.co.za> |
2017-02-27 17:29:47 | stefan.richthofer | set | recipients:
+ stefan.richthofer, leouserz, fwierzbicki, p2sam, ericmoore, amak, draghuram, zyasoft, rvalyi, pjac |
2017-02-27 17:29:47 | stefan.richthofer | link | issue527524 messages |
2017-02-27 17:29:47 | stefan.richthofer | create | |
|