[pypy-commit] [Git][pypy/pypy][branch/py3.8] 13 commits: remove outdated comment, issue 2248 was fixed

Matti Picus (@mattip) foss at heptapod.net
Wed Jul 7 09:51:31 EDT 2021



Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
0caa0840 by Matti Picus at 2021-07-02T15:14:46+03:00
remove outdated comment, issue 2248 was fixed

--HG--
branch : py3.7

- - - - -
8e9f3ee2 by Matti Picus at 2021-07-02T16:26:32+03:00
remove bad copy-paste line

--HG--
branch : py3.7

- - - - -
69b15100 by Matti Picus at 2021-07-02T16:27:21+03:00
add slot functions so int(x) and float(x) work properly

--HG--
branch : py3.7

- - - - -
c731f253 by Matti Picus at 2021-07-02T18:48:22+03:00
Backed out 656bfe595f14, it breaks test_issue_2760_getattr

--HG--
branch : py3.7

- - - - -
855c2757 by Matti Picus at 2021-07-03T23:35:10+03:00
add a passing test

--HG--
branch : py3.7

- - - - -
421fa986 by Matti Picus at 2021-07-04T10:36:28+03:00
remove hack to look up function by offset, not needed by numpy since v1.17

Does not work properly on win64
https://github.com/numpy/numpy/pull/12524, merged in 2018

--HG--
branch : py3.7

- - - - -
f8dbbc04 by Matti Picus at 2021-07-04T12:36:37+03:00
add passing test, trying to mimick scipy/cython failure on latest scipy HEAD

--HG--
branch : py3.7

- - - - -
f71b8c0b by Matti Picus at 2021-07-04T16:51:05+03:00
check env keys for '=' when calling os.execve

--HG--
branch : py3.7

- - - - -
28cca765 by Matti Picus at 2021-07-05T08:30:25+03:00
delete test for improperly setting a point-to-function after PyType_Ready

continuation of 66c38129f52a

--HG--
branch : py3.7

- - - - -
f3602858 by Matti Picus at 2021-07-05T09:22:54+03:00
pypy has a better error message

--HG--
branch : py3.7

- - - - -
5b2371b2 by Armin Rigo at 2021-07-07T14:48:03+02:00
update to cffi 1.14.6

- - - - -
2aad2e2f by Matti Picus at 2021-07-07T16:50:13+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
e66fd773 by Matti Picus at 2021-07-07T16:51:05+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -


21 changed files:

- extra_tests/cffi_tests/cffi0/test_function.py
- extra_tests/cffi_tests/cffi1/test_recompiler.py
- extra_tests/cffi_tests/support.py
- extra_tests/cffi_tests/test_c.py
- lib-python/3/test/test_exceptions.py
- lib_pypy/cffi.egg-info/PKG-INFO
- lib_pypy/cffi/__init__.py
- lib_pypy/cffi/_cffi_errors.h
- lib_pypy/cffi/_embedding.h
- pypy/module/_cffi_backend/__init__.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/_hpy_universal/interp_cpy_compat.py
- pypy/module/cpyext/methodobject.py
- pypy/module/cpyext/test/array.c
- pypy/module/cpyext/test/test_arraymodule.py
- pypy/module/cpyext/test/test_module.py
- pypy/module/cpyext/test/test_typeobject.py
- pypy/module/cpyext/typeobject.py
- pypy/module/cpyext/userslot.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/test/test_posix2.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7f91625284a55deb78e6f612a3f81ef11fe69393...e66fd77360cecf017a4fb6a4953561c002f3c42e

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7f91625284a55deb78e6f612a3f81ef11fe69393...e66fd77360cecf017a4fb6a4953561c002f3c42e
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/20210707/bd24220c/attachment.html>


More information about the pypy-commit mailing list