[pypy-commit] pypy default: Implement _PyTraceMalloc_Track() and define a macro that can be

2017-03-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r90637:f0290a07535c Date: 2017-03-12 09:11 +0100 http://bitbucket.org/pypy/pypy/changeset/f0290a07535c/ Log:Implement _PyTraceMalloc_Track() and define a macro that can be tested for in CPython C extensions. See pymem.h for the exact way to

[pypy-commit] pypy default: Issue #2492

2017-03-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r90638:46167d4097c8 Date: 2017-03-12 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/46167d4097c8/ Log:Issue #2492 Modernize the interface of _minimal_curses. Also moves the logic to avoid any ``#include `` from anywhere except a si

[pypy-commit] pypy default: this import for side-effects is not needed any more

2017-03-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r90639:2ad1b74a0c90 Date: 2017-03-12 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/2ad1b74a0c90/ Log:this import for side-effects is not needed any more diff --git a/pypy/module/_minimal_curses/__init__.py b/pypy/module/_minimal_curses/__init__.

[pypy-commit] pypy default: fix

2017-03-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r90640:1f81f5bbc348 Date: 2017-03-12 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/1f81f5bbc348/ Log:fix diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -18

[pypy-commit] pypy default: Add lldebug=True to two compilation tests. This avoids the errors we

2017-03-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r90641:de9b0ab9954a Date: 2017-03-12 19:07 +0100 http://bitbucket.org/pypy/pypy/changeset/de9b0ab9954a/ Log:Add lldebug=True to two compilation tests. This avoids the errors we get with ``gcc -flto`` on Linux, at least with gcc versions 6.2.0

[pypy-commit] cffi sirtom67/float_complex: Support for "double _Complex". Skip the test_c tests for now

2017-03-12 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2904:2e64e82fb960 Date: 2017-03-12 19:26 -0500 http://bitbucket.org/cffi/cffi/changeset/2e64e82fb960/ Log:Support for "double _Complex". Skip the test_c tests for now since libffi returning non-sense. Add complex tests in

[pypy-commit] cffi sirtom67/float_complex: Merge default in.

2017-03-12 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2905:ab7c2855f10f Date: 2017-03-12 19:43 -0500 http://bitbucket.org/cffi/cffi/changeset/ab7c2855f10f/ Log:Merge default in. diff too long, truncating to 2000 out of 2939 lines diff --git a/README.md b/README.md --- a/README.md ++

[pypy-commit] cffi sirtom67/float_complex: fix test (now apparently cast(p, -1.1j) == cast(p, -1.1j))

2017-03-12 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2906:38562ef9d8f7 Date: 2017-03-12 20:08 -0500 http://bitbucket.org/cffi/cffi/changeset/38562ef9d8f7/ Log:fix test (now apparently cast(p, -1.1j) == cast(p, -1.1j)) Remove a printf. diff --git a/c/_cffi_backend.c b/c/_cffi

[pypy-commit] pypy default: Skip test in -A

2017-03-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r90642:87e9652421d1 Date: 2017-03-13 07:45 +0100 http://bitbucket.org/pypy/pypy/changeset/87e9652421d1/ Log:Skip test in -A diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy/module/cpyext/test/test_