[pypy-commit] [Git][pypy/pypy][branch/default] 5 commits: getsockopt(): For boolean options, non-zero vales are true

Stefano Rivera foss at heptapod.net
Sat Oct 10 03:53:10 EDT 2020



Stefano Rivera pushed to branch branch/default at PyPy / pypy


Commits:
119699b4 by Stefano Rivera at 2020-10-10T00:07:05-07:00
getsockopt(): For boolean options, non-zero vales are true

On MacOS, TCP_NODELAY was returning 4.

- - - - -
6f9118ce by Stefano Rivera at 2020-10-10T00:21:27-07:00
You can't rely on SO_RCVBUF & SO_SNDBUF, MacOS will auto-tune them up to 512k

- - - - -
e8fd41bb by Stefano Rivera at 2020-10-10T00:26:19-07:00
Case-insensitive encoding comparison

>>>> sys.getfilesystemencoding()
'utf-8'

- - - - -
c4f94e47 by Stefano Rivera at 2020-10-10T00:38:10-07:00
wait3() on MacOS ignores invalid options

- - - - -
88a177ce by Stefano Rivera at 2020-10-10T00:52:19-07:00
This test failure is known MacOS issue. We'll just have to live with a more limited test on MacOS

- - - - -


4 changed files:

- pypy/module/_socket/test/test_sock_app.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/test_lib_pypy/test_os_wait.py
- pypy/objspace/std/test/test_newformat.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/27065ba71c176bab33cac22ac3573ffc350c10ff...88a177cea8d16225099f90ded43a80734e980e98

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20201010/ede6f7df/attachment.html>


More information about the pypy-commit mailing list