Matti Picus pushed to branch branch/default 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

- - - - -


8 changed files:

- lib_pypy/_resource_build.py
- lib_pypy/resource.py
- pypy/doc/whatsnew-head.rst
- pypy/module/cpyext/api.py
- pypy/module/cpyext/memoryobject.py
- pypy/module/cpyext/parse/cpyext_object.h
- pypy/module/cpyext/test/test_memoryobject.py
- pypy/module/test_lib_pypy/test_resource.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/c10f2cafc060aec4c0be1292eb019c3bf363c135...f6367941a7705c678c72f4e0f1d2e57bf1a81c52

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/c10f2cafc060aec4c0be1292eb019c3bf363c135...f6367941a7705c678c72f4e0f1d2e57bf1a81c52
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

Reply via email to