[pypy-commit] pypy default: re-run import_cffi.py

2015-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r75272:0cafb4f648ae Date: 2015-01-09 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/0cafb4f648ae/ Log:re-run import_cffi.py diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_verify.py b/pypy/module/test_lib_pypy/cffi_tests/test_verify.py ---

[pypy-commit] cffi default: Argh! Obscure bug tracked down to this test, which defines a

2015-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1629:1b5d326c49bd Date: 2015-01-09 14:07 +0100 http://bitbucket.org/cffi/cffi/changeset/1b5d326c49bd/ Log:Argh! Obscure bug tracked down to this test, which defines a variable "foo" with RTLD_GLOBAL. See comments. diff --git a/testing/test_veri

[pypy-commit] pypy default: re-run import_cffi.py

2015-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r75271:7559d793c6b0 Date: 2015-01-09 11:58 +0100 http://bitbucket.org/pypy/pypy/changeset/7559d793c6b0/ Log:re-run import_cffi.py diff --git a/lib_pypy/cffi/commontypes.py b/lib_pypy/cffi/commontypes.py --- a/lib_pypy/cffi/commontypes.py +++ b/lib_pypy/

[pypy-commit] cffi default: typo

2015-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1627:ff0c3c90d309 Date: 2015-01-09 11:58 +0100 http://bitbucket.org/cffi/cffi/changeset/ff0c3c90d309/ Log:typo diff --git a/cffi/commontypes.py b/cffi/commontypes.py --- a/cffi/commontypes.py +++ b/cffi/commontypes.py @@ -243,7 +243,7 @@ "LPTS

[pypy-commit] cffi default: fix test

2015-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1628:a0e43b0f5743 Date: 2015-01-09 11:58 +0100 http://bitbucket.org/cffi/cffi/changeset/a0e43b0f5743/ Log:fix test diff --git a/testing/test_parsing.py b/testing/test_parsing.py --- a/testing/test_parsing.py +++ b/testing/test_parsing.py @@ -247,7 +247

[pypy-commit] cffi default: improve the error message to match pypy's

2015-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1626:c5beb414dbb8 Date: 2015-01-09 11:56 +0100 http://bitbucket.org/cffi/cffi/changeset/c5beb414dbb8/ Log:improve the error message to match pypy's diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4

[pypy-commit] pypy default: Run pypy/tool/import_cffi.py

2015-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r75270:3db26c31b597 Date: 2015-01-09 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/3db26c31b597/ Log:Run pypy/tool/import_cffi.py diff --git a/lib_pypy/cffi/__init__.py b/lib_pypy/cffi/__init__.py --- a/lib_pypy/cffi/__init__.py +++ b/lib_pypy/cf

[pypy-commit] pypy default: Move the cif_descr back as a class default. This is actually

2015-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r75269:48cd201a34bf Date: 2015-01-09 11:10 +0100 http://bitbucket.org/pypy/pypy/changeset/48cd201a34bf/ Log:Move the cif_descr back as a class default. This is actually important because of an instantiate() which doesn't call the regular

[pypy-commit] pypy py3.3: Kill time.accept2dyear

2015-01-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75268:2ba2a9841686 Date: 2015-01-09 09:53 +0100 http://bitbucket.org/pypy/pypy/changeset/2ba2a9841686/ Log:Kill time.accept2dyear diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py --- a/pypy/module/time/__init__.py

[pypy-commit] pypy py3.3: Fix stack size of MAKE_FUNCTION and MAKE_CLOSURE opcodes,

2015-01-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75267:bbb5d74a2b9d Date: 2015-01-09 09:33 +0100 http://bitbucket.org/pypy/pypy/changeset/bbb5d74a2b9d/ Log:Fix stack size of MAKE_FUNCTION and MAKE_CLOSURE opcodes, they changed with the introduction of __qualname__. This