[pypy-commit] pypy hpy: (antocuni, ronan) Setup the infrastructure to compile and test HPy modules

2019-11-15 Thread rlamy
Author: Ronan Lamy Branch: hpy Changeset: r98059:19d6e8fbace2 Date: 2019-11-15 20:57 +0100 http://bitbucket.org/pypy/pypy/changeset/19d6e8fbace2/ Log:(antocuni, ronan) Setup the infrastructure to compile and test HPy modules Vendor files from pyhandle/hpy inside pypy/

[pypy-commit] pypy default: Issue #3114

2019-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r98060:4234613045bb Date: 2019-11-15 20:59 +0100 http://bitbucket.org/pypy/pypy/changeset/4234613045bb/ Log:Issue #3114 Allow general buffers in socket.setsockopt(), like CPython does diff --git a/pypy/module/_socket/interp_socket.py b/pypy/mo

[pypy-commit] pypy hpy: Create empty hpy_universal module

2019-11-15 Thread rlamy
Author: Ronan Lamy Branch: hpy Changeset: r98058:6d77e45b6f40 Date: 2019-11-15 19:49 +0100 http://bitbucket.org/pypy/pypy/changeset/6d77e45b6f40/ Log:Create empty hpy_universal module diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pyp

[pypy-commit] pypy hpy: A branch to create an HPy implementation in PyPy.

2019-11-15 Thread rlamy
Author: Ronan Lamy Branch: hpy Changeset: r98057:a4ddff5d8e92 Date: 2019-11-15 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/a4ddff5d8e92/ Log:A branch to create an HPy implementation in PyPy. ___ pypy-commit mailing list pypy-commit@python.

[pypy-commit] pypy default: fix 2c98ee4a95b3

2019-11-15 Thread mattip
Author: Matti Picus Branch: Changeset: r98056:1ad4f44a62a4 Date: 2019-11-15 07:51 -0500 http://bitbucket.org/pypy/pypy/changeset/1ad4f44a62a4/ Log:fix 2c98ee4a95b3 diff --git a/lib-python/2.7/sysconfig.py b/lib-python/2.7/sysconfig.py --- a/lib-python/2.7/sysconfig.py +++ b/lib-python/2.7/s

[pypy-commit] pypy default: wint_t is not defined in all versions of curses

2019-11-15 Thread mattip
Author: Matti Picus Branch: Changeset: r98055:e36c9b5c55a7 Date: 2019-11-15 07:15 -0500 http://bitbucket.org/pypy/pypy/changeset/e36c9b5c55a7/ Log:wint_t is not defined in all versions of curses diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py --- a/lib_pypy/_curses_build.