[pypy-commit] [Git][pypy/pypy][branch/rpython3] 27 commits: add resource.prlimit() (added in CPython 3.4)

Matti Picus foss at heptapod.net
Wed Nov 11 10:45:19 EST 2020



Matti Picus pushed to branch branch/rpython3 at PyPy / pypy


Commits:
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

- - - - -
639ee0cd by Matti Picus at 2020-10-29T16:59:16+02:00
add draft release note

- - - - -
bfadad3f by Matti Picus at 2020-10-29T19:12:44+02:00
fix translation

- - - - -
f5a766a6 by Matti Picus at 2020-10-29T19:25:01+02:00
update release note

- - - - -
c3965a13 by Matti Picus at 2020-10-29T22:29:13+02:00
test, fix for readonly flag on PyObject_GetBuffer(<bytes>, view) (issue 3307)

- - - - -
06012fd0 by Matti Picus at 2020-10-30T09:28:35+02:00
revert these files to remove os.prlimit from 2.7

- - - - -
1eaa5c38 by Matti Picus at 2020-10-30T09:45:54+02:00
update release note

- - - - -
ce7a2d62 by Matti Picus at 2020-10-30T11:40:11+02:00
tweak struct, adapt test to new struct layout

- - - - -
256e4bae by Matti Picus at 2020-10-31T19:38:25+02:00
move whatsnew-head

- - - - -
e99f01f9 by Matti Picus at 2020-10-31T19:45:52+02:00
start 7.3.3 release cycle

- - - - -
a3c0d694 by Matti Picus at 2020-10-31T20:27:23+02:00
2to3 makecontributor.py, update contributors

- - - - -
f8f23143 by Matti Picus at 2020-11-01T07:27:09+02:00
add whatsnew-pypy3-7.3.3.rst, mention disabled hpy in 7.3.2

- - - - -
9ff51b7b by Matti Picus at 2020-11-01T11:03:05+02:00
add missing include, needs sychronization with upstream

- - - - -
186f65af by Matti Picus at 2020-11-02T08:17:04+02:00
typo in macro name

- - - - -
79d52a0c by Ronan Lamy at 2020-11-02T18:37:07+00:00
Ensure compatibility of r_singlefloat/r_longfloat hashes with equality

- - - - -
04556d9d by Matti Picus at 2020-11-02T20:39:37+02:00
merge default into branch

--HG--
branch : rpython3

- - - - -
36875722 by Matti Picus at 2020-11-11T13:27:46+02:00
more progress

--HG--
branch : rpython3

- - - - -
de09cc48 by Matti Picus at 2020-11-11T16:41:12+02:00
replace argument tuples

--HG--
branch : rpython3

- - - - -
11eb1751 by Matti Picus at 2020-11-11T16:42:49+02:00
add twothree reraise semantics

--HG--
branch : rpython3

- - - - -
36669598 by Matti Picus at 2020-11-11T16:43:36+02:00
dictionary iteration

--HG--
branch : rpython3

- - - - -
9cda6dfe by Matti Picus at 2020-11-11T16:43:48+02:00
im_func

--HG--
branch : rpython3

- - - - -
f6decffa by Matti Picus at 2020-11-11T16:44:00+02:00
StringIO

--HG--
branch : rpython3

- - - - -


30 changed files:

- LICENSE
- extra_tests/cffi_tests/cffi0/test_ffi_backend.py
- lib_pypy/_testcapimodule.c
- pypy/doc/conf.py
- pypy/doc/contributor.rst
- pypy/doc/index-of-release-notes.rst
- pypy/doc/index-of-whatsnew.rst
- + pypy/doc/release-v7.3.3.rst
- pypy/doc/tool/makecontributor.py
- pypy/doc/whatsnew-head.rst
- + pypy/doc/whatsnew-pypy2-7.3.3.rst
- pypy/doc/whatsnew-pypy3-7.3.2.rst
- + pypy/doc/whatsnew-pypy3-7.3.3.rst
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/module/cpyext/api.py
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/cpyext/memoryobject.py
- pypy/module/cpyext/parse/cpyext_object.h
- pypy/module/cpyext/slotdefs.py
- pypy/module/cpyext/test/test_memoryobject.py
- pypy/module/sys/version.py
- rpython/annotator/binaryop.py
- rpython/rlib/rarithmetic.py
- rpython/rlib/rgc.py
- rpython/rlib/rvmprof/cintf.py
- rpython/rtyper/llinterp.py
- rpython/rtyper/lltypesystem/ll2ctypes.py
- rpython/rtyper/lltypesystem/llmemory.py
- rpython/rtyper/lltypesystem/lloperation.py
- rpython/rtyper/rmodel.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/e56ef94f4bf75e36cdc6389cba724e1a3ae26d57...f6decffa8d84492f753ffeec5538dfcd915ab5e6

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e56ef94f4bf75e36cdc6389cba724e1a3ae26d57...f6decffa8d84492f753ffeec5538dfcd915ab5e6
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20201111/01f9871c/attachment-0001.html>


More information about the pypy-commit mailing list