Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits: 9c2a4c24 by Armin Rigo at 2020-05-31T08:36:32Z It's pointless to compare the length of something with sys.maxsize. The intention is instead to compare it with the C constant MAX_INT. - - - - - 226f520b by Matt Billenstein at 2020-06-02T03:57:00Z make_portable.py support for macos --HG-- branch : issue3240 - - - - - 2f8e4772 by Matti Picus at 2020-06-02T10:52:25Z use make_portable on macOS by default --HG-- branch : issue3240 - - - - - a4a095e6 by Matti Picus at 2020-06-02T14:15:01Z copy2 -> copy since copy2 can fail on macOS --HG-- branch : issue3240 - - - - - 1f35838a by Matti Picus at 2020-06-02T16:12:22Z add -headerpad_max_install_names for macos --HG-- branch : issue3240 - - - - - 88a7c9bf by Matti Picus at 2020-06-08T10:05:38Z fixes (from Matt Billenstein via mail) --HG-- branch : issue3240 - - - - - 41759282 by Matti Picus at 2020-06-08T16:47:55Z close branch to be merged --HG-- branch : issue3240 - - - - - 61c27ebd by Matti Picus at 2020-06-08T16:48:24Z merge branch to use make_portable on macos - - - - - 14594094 by Matti Picus at 2020-06-08T16:54:16Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 5 changed files: - lib_pypy/_cffi_ssl/_stdssl/__init__.py - pypy/doc/whatsnew-head.rst - pypy/tool/release/make_portable.py - pypy/tool/release/package.py - rpython/translator/platform/darwin.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9ab0f8c4f6d7c06483c2e89e5182e1f3abf74521...145940946bf1277527febb1f3502fdf9302764df -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/9ab0f8c4f6d7c06483c2e89e5182e1f3abf74521...145940946bf1277527febb1f3502fdf9302764df 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
