Matti Picus pushed to branch branch/py3.7 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 - - - - - 8cad25ff by Armin Rigo at 2020-06-02T08:45:47Z Issue #3239 Fix. As often, it is more ill-defined than expected --HG-- branch : py3.6 - - - - - 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 - - - - - 609f3360 by Ronan Lamy at 2020-06-04T18:39:16Z Try to improve pickling performance (issue #3230) --HG-- branch : py3.6 - - - - - 9ab0f8c4 by Armin Rigo at 2020-06-07T07:27:39Z #3243 Forward-port fff8e5f2 --HG-- branch : py3.6 - - - - - 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 - - - - - 09460c2f by Matti Picus at 2020-06-08T16:55:10Z merge py3.6 into branch --HG-- branch : py3.7 - - - - - 8 changed files: - lib-python/3/weakref.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - pypy/doc/whatsnew-head.rst - pypy/objspace/std/objectobject.py - pypy/objspace/std/test/test_obj.py - 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/1067bd552e16cfe4b97035fc4e74600c99bfe5b7...09460c2f966c5cccbf7619ec3e90a844d28a1001 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/1067bd552e16cfe4b97035fc4e74600c99bfe5b7...09460c2f966c5cccbf7619ec3e90a844d28a1001 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
