[pypy-commit] pypy issue2522: fix for -A, fix issue setting tp_new to 0x1

2017-03-26 Thread mattip
Author: Matti Picus Branch: issue2522 Changeset: r90819:c121ac248c57 Date: 2017-03-26 22:42 +0300 http://bitbucket.org/pypy/pypy/changeset/c121ac248c57/ Log:fix for -A, fix issue setting tp_new to 0x1 diff --git a/pypy/module/cpyext/test/foo.c

[pypy-commit] pypy default: revert parts of 8db3b9a6b0a2 for -A tests

2017-03-26 Thread mattip
Author: Matti Picus Branch: Changeset: r90817:be8d848b5214 Date: 2017-03-26 21:51 +0300 http://bitbucket.org/pypy/pypy/changeset/be8d848b5214/ Log:revert parts of 8db3b9a6b0a2 for -A tests diff --git a/pypy/module/cpyext/test/comparisons.c

[pypy-commit] pypy issue2522: add failing test for multiple bases

2017-03-26 Thread mattip
Author: Matti Picus Branch: issue2522 Changeset: r90818:65ab47447a58 Date: 2017-03-26 21:52 +0300 http://bitbucket.org/pypy/pypy/changeset/65ab47447a58/ Log:add failing test for multiple bases diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c

[pypy-commit] pypy py3.5: Remove this test testing PyClass_New, which was removed in Python 3.x.

2017-03-26 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90815:0456fd144e9f Date: 2017-03-26 20:26 +0200 http://bitbucket.org/pypy/pypy/changeset/0456fd144e9f/ Log:Remove this test testing PyClass_New, which was removed in Python 3.x. diff --git

[pypy-commit] pypy py3.5: Remove this test involving old style classes, which were removed in Python 3.0.

2017-03-26 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90816:362dac153db1 Date: 2017-03-26 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/362dac153db1/ Log:Remove this test involving old style classes, which were removed in Python 3.0. diff --git

[pypy-commit] pypy default: clean up tests, tp_new is set by PyType_Ready

2017-03-26 Thread mattip
Author: Matti Picus Branch: Changeset: r90813:8db3b9a6b0a2 Date: 2017-03-26 20:57 +0300 http://bitbucket.org/pypy/pypy/changeset/8db3b9a6b0a2/ Log:clean up tests, tp_new is set by PyType_Ready diff --git a/pypy/module/cpyext/test/buffer_test.c

[pypy-commit] pypy py3.5: Implement main part of PEP 489 (Multi-phase extension module initialization).

2017-03-26 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90812:76f032290171 Date: 2017-03-26 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/76f032290171/ Log:Implement main part of PEP 489 (Multi-phase extension module initialization). This also removes the

[pypy-commit] pypy default: add comment about leaking reference in test, message appears after test teardown

2017-03-26 Thread mattip
Author: Matti Picus Branch: Changeset: r90814:796aa1a166cb Date: 2017-03-26 20:58 +0300 http://bitbucket.org/pypy/pypy/changeset/796aa1a166cb/ Log:add comment about leaking reference in test, message appears after test teardown diff --git