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


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

- - - - -
845aa0dd by Matti Picus at 2020-10-15T21:37:16+03:00
backport rpython changes from py3.6

- - - - -
fc5e9b83 by Matti Picus at 2020-10-15T21:46:36+03:00
merge default into branch

--HG--
branch : win64

- - - - -
6e860e19 by Matti Picus at 2020-10-15T21:55:10+03:00
backport py3.6 changes

--HG--
branch : win64

- - - - -


9 changed files:

- lib-python/2.7/test/test_kqueue.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/select/interp_kqueue.py
- pypy/module/select/test/test_kqueue.py
- rpython/rlib/rbigint.py
- rpython/rlib/rposix.py
- rpython/rlib/rwin32.py
- rpython/rlib/test/test_rbigint.py
- rpython/translator/platform/darwin.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/54cc5de4e9a499009f3f5a8e803883eeb9641d9d...6e860e1929495dd748a12dd1a49a54edd4e7d619

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


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to