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/
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
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
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.
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
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.