Author: Armin Rigo
Branch:
Changeset: r90629:886fcb2b78f4
Date: 2017-03-11 12:46 +0100
http://bitbucket.org/pypy/pypy/changeset/886fcb2b78f4/
Log:fix
diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py
b/pypy/module/pypyjit/test_pypy_c/test_ffi.py
--- a/pypy/module/pypyjit/test_pypy_c
Author: Armin Rigo
Branch:
Changeset: r2900:410ddef6d046
Date: 2017-03-11 13:58 +0100
http://bitbucket.org/cffi/cffi/changeset/410ddef6d046/
Log:mention static linking of the produced C file
diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst
--- a/doc/source/embedding.rst
+++
Author: Armin Rigo
Branch:
Changeset: r2901:f3bf3ae4010f
Date: 2017-03-11 14:03 +0100
http://bitbucket.org/cffi/cffi/changeset/f3bf3ae4010f/
Log:move the 'use cases' before the 'how-to' section
diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst
--- a/doc/source/embedding.rst
+
Author: Armin Rigo
Branch:
Changeset: r2902:e777d7ed61bc
Date: 2017-03-11 14:07 +0100
http://bitbucket.org/cffi/cffi/changeset/e777d7ed61bc/
Log:tweaks
diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst
--- a/doc/source/embedding.rst
+++ b/doc/source/embedding.rst
@@ -13,7 +13
Author: Armin Rigo
Branch:
Changeset: r2903:4720f43ec0e0
Date: 2017-03-11 16:09 +0100
http://bitbucket.org/cffi/cffi/changeset/4720f43ec0e0/
Log:pypy-c => pypy3-c
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -570,7 +570,10 @@
# we need 'libp
Author: Armin Rigo
Branch:
Changeset: r90630:d4859be28252
Date: 2017-03-11 17:07 +0100
http://bitbucket.org/pypy/pypy/changeset/d4859be28252/
Log:import cffi/4720f43ec0e0
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cffi/api.py
@@ -570,7
Author: Armin Rigo
Branch: py3.5
Changeset: r90632:e9f7ee0d2969
Date: 2017-03-11 17:12 +0100
http://bitbucket.org/pypy/pypy/changeset/e9f7ee0d2969/
Log:hg merge default
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cffi/api.py
@@ -570,7 +5
Author: Armin Rigo
Branch: py3.5
Changeset: r90631:17d88d201da3
Date: 2017-03-11 17:10 +0100
http://bitbucket.org/pypy/pypy/changeset/17d88d201da3/
Log:Rename pypy-c -> pypy3-c and libpypy-c.so -> libpypy3-c.so.
Also attempt to rename the final "pypy" binary to "pypy3".
diff --git a
Author: Armin Rigo
Branch: py3.5
Changeset: r90633:2d2fc5003a77
Date: 2017-03-11 18:59 +0100
http://bitbucket.org/pypy/pypy/changeset/2d2fc5003a77/
Log:move to 'essential_modules' two modules without which 'pypy3-c'
doesn't start
diff --git a/pypy/config/pypyoption.py b/pypy/config/p
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r90634:c56a1f35a86a
Date: 2017-03-11 19:30 +0100
http://bitbucket.org/pypy/pypy/changeset/c56a1f35a86a/
Log:Skip tests that rely on __del__ to be called at interpreter
shutdown.
diff --git a/lib-python/3/test/test_io.py b/lib-pyth
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r90635:ad57bb3dff61
Date: 2017-03-11 19:14 +0100
http://bitbucket.org/pypy/pypy/changeset/ad57bb3dff61/
Log:Skip a test that tries to remove the unicodedata module. PyPy's
unicodedata is builtin and always available from RPython co
Author: Armin Rigo
Branch:
Changeset: r90636:fcd776f8ec36
Date: 2017-03-11 22:26 +0100
http://bitbucket.org/pypy/pypy/changeset/fcd776f8ec36/
Log:The hack to prevent function inlining no longer works with "clang
-flto". Fix it by using the proper way. Even if it is compiler-
12 matches
Mail list logo