Dan Villiom Podlaski Christiansen pushed to branch topic/default/experimenting-with-the-build-in-2.7 at PyPy / pypy
Commits: ac77d808 by Dan Villiom Podlaski Christiansen at 2020-09-22T14:17:31+02:00 config: allow filling in translation options, etc., with environment variable - - - - - bf8752ef by Dan Villiom Podlaski Christiansen at 2020-09-22T10:58:58+02:00 darwin: use and save MACOSX_DEPLOYMENT_TARGET from environment, if set - - - - - 8d4df0ef by Dan Villiom Podlaski Christiansen at 2020-09-22T13:29:31+02:00 bump MACOSX_DEPLOYMENT_TARGET to 10.9 - - - - - 0db76579 by Dan Villiom Podlaski Christiansen at 2020-09-22T11:37:07+02:00 move some internal symbols from `sys` into `__pypy__` - - - - - 21 changed files: - dotviewer/test/test_interactive.py - dotviewer/test/test_interactive_unicode.py - lib-python/2.7/distutils/sysconfig_pypy.py - pypy/bin/pyinteractive.py - pypy/goal/targetpypystandalone.py - pypy/interpreter/app_main.py - pypy/interpreter/test/apptest_exec.py - pypy/interpreter/test/test_code.py - pypy/interpreter/test/test_module.py - pypy/module/__builtin__/test/test_classobj.py - pypy/module/sys/initpath.py → pypy/module/__pypy__/initpath.py - pypy/module/__pypy__/moduledef.py - pypy/module/sys/test/test_initpath.py → pypy/module/__pypy__/test/test_initpath.py - pypy/module/sys/moduledef.py - pypy/module/sys/state.py - pypy/module/sys/test/test_sysmodule.py - rpython/config/config.py - rpython/config/translationoption.py - rpython/translator/platform/darwin.py - rpython/translator/test/rpystone.py - rpython/translator/test/rpystone_newstyle.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/90b05aef5382b0e90b67ef09be7ffda0011ee01d...0db76579bed052b73e445fa11a73ad243635c984 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/90b05aef5382b0e90b67ef09be7ffda0011ee01d...0db76579bed052b73e445fa11a73ad243635c984 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
