Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits: 04fecdbd by Matti Picus at 2020-10-17T23:01:02+03:00 rename misnamed apptest file - - - - - fe3566c1 by Matti Picus at 2020-10-17T23:19:32+03:00 back out d0c5958a553c, the file is not yet an apptest - - - - - 4ad1fd7a by Matti Picus at 2020-10-17T23:50:07+03:00 skip test of socket.fromfd on windows with file fd, fails also on CPython - - - - - 9632ec30 by Matti Picus at 2020-10-18T00:13:14+03:00 skip pattern in socket.inte_pton on windows, fails also on CPython - - - - - e16d733b by Armin Rigo at 2020-10-19T19:29:15+02:00 fix a test checking an internal detail of _sre scanners - - - - - 93e7e757 by Armin Rigo at 2020-10-19T19:31:57+02:00 add a few tests showing a difference between pre-3.7 and 3.7 - - - - - c10f2caf by Matti Picus at 2020-10-23T02:58:46+03:00 backport changes from py3.6 - - - - - da03fda1 by cptpcrd at 2020-10-28T13:25:54-04:00 add resource.prlimit() (added in CPython 3.4) --HG-- branch : cptpcrd-resource-prlimit - - - - - 7cd66c27 by cptpcrd at 2020-10-28T17:59:00-04:00 only compile my_prlimit header on Linux --HG-- branch : cptpcrd-resource-prlimit - - - - - 77fe4f3e by cptpcrd at 2020-10-29T08:42:10-04:00 my_prlimit -> _prlimit (in _resource_build) --HG-- branch : cptpcrd-resource-prlimit - - - - - 9054a23f by Matti Picus at 2020-10-29T15:04:23+02:00 dynamically allocate Py_buffer.format if needed, issue 3336 - - - - - 656b8e3b by Matti Picus at 2020-10-29T15:06:36+02:00 document, close branch to be merged --HG-- branch : cptpcrd-resource-prlimit - - - - - f6367941 by Matti Picus at 2020-10-29T15:07:13+02:00 merge cptpcrd-resource-prlimit, which provides resource.prlimit - - - - - 8c7517d9 by Matti Picus at 2020-10-29T15:12:03+02:00 merge default into branch --HG-- branch : py3.6 - - - - - 10 changed files: - lib_pypy/_resource_build.py - lib_pypy/resource.py - pypy/doc/whatsnew-head.rst - pypy/module/_socket/test/test_sock_app.py - pypy/module/_sre/interp_sre.py - pypy/module/_sre/test/test_app_sre.py - pypy/module/cpyext/api.py - pypy/module/cpyext/memoryobject.py - pypy/module/cpyext/parse/cpyext_object.h - pypy/module/test_lib_pypy/test_resource.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/20fba18501d9535b36ae93145b02d327eb4ef024...8c7517d9f99c3b2ac219f77931096d7d44e6a436 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/20fba18501d9535b36ae93145b02d327eb4ef024...8c7517d9f99c3b2ac219f77931096d7d44e6a436 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
