[pypy-commit] [Git][pypy/pypy][branch/py3.6] 7 commits: sort the tuple of wanted names

Matti Picus foss at heptapod.net
Thu Oct 15 00:45:26 EDT 2020



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


Commits:
3e39e466 by Matti Picus at 2020-10-13T02:44:17+03:00
sort the tuple of wanted names

- - - - -
1c587c14 by Stefano Rivera at 2020-10-13T19:53:55-07:00
bpo-31893: Simplify select.kqueue object comparison

Return NotImplemented in comparison with other types, resulting in a defined
ordering on 2.7, and an exception on 3.x.

- - - - -
dd274e80 by Stefano Rivera at 2020-10-13T16:39:07-07:00
Support current MacOS in this (non-upstream) kqueue test

On MacOS 10.15 (and presumably other recent versions) ENOENT is returned rather
than EBADF. But that's besides the point of the test, so handle it.

- - - - -
cfc62cdb by Armin Rigo at 2020-10-14T10:04:54+02:00
update to cffi/831e391a969c

- - - - -
54206070 by Armin Rigo at 2020-10-14T11:14:54+02:00
update to cffi/b643ede2c603

- - - - -
e68a6436 by Matti Picus at 2020-10-14T17:14:15+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
9aecf3a4 by Matti Picus at 2020-10-15T07:40:49+03:00
skip hpy tests on linux32

--HG--
branch : py3.6

- - - - -


5 changed files:

- pypy/config/pypyoption.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/_hpy_universal/test/conftest.py
- pypy/module/select/interp_kqueue.py
- pypy/module/select/test/test_kqueue.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/119f506bffcb3c8a2563e6a0ee7b4462166da2df...9aecf3a424f54e61ec819a600db8bff2fb455ce8

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/119f506bffcb3c8a2563e6a0ee7b4462166da2df...9aecf3a424f54e61ec819a600db8bff2fb455ce8
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/20201015/08e6fcd8/attachment.html>


More information about the pypy-commit mailing list