[pypy-commit] pypy gcc-lto: A branch to test the performance implications of GCC's LTO support.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: gcc-lto Changeset: r90504:381e11f5f483 Date: 2017-03-03 01:47 +0100 http://bitbucket.org/pypy/pypy/changeset/381e11f5f483/ Log:A branch to test the performance implications of GCC's LTO support. Start by passing -flto to the compiler

[pypy-commit] pypy py3.5: hopefully fix the str/bytes mismatches on py3.5

2017-03-02 Thread wlav
Author: Wim Lavrijsen Branch: py3.5 Changeset: r90503:6c8f0848fcf2 Date: 2017-03-02 15:00 -0800 http://bitbucket.org/pypy/pypy/changeset/6c8f0848fcf2/ Log:hopefully fix the str/bytes mismatches on py3.5 diff --git a/pypy/module/cppyy/capi/loadable_capi.py

[pypy-commit] pypy fix-cpyext-releasebuffer: Add buffer_w based bf_getbuffer implementation to support numpypy

2017-03-02 Thread rlamy
Author: Ronan Lamy Branch: fix-cpyext-releasebuffer Changeset: r90502:ca20597155fa Date: 2017-03-02 22:53 +0100 http://bitbucket.org/pypy/pypy/changeset/ca20597155fa/ Log:Add buffer_w based bf_getbuffer implementation to support numpypy diff --git

[pypy-commit] pypy fix-cpyext-releasebuffer: Move memoryview test from test_bufferobject to test_memoryobject

2017-03-02 Thread rlamy
Author: Ronan Lamy Branch: fix-cpyext-releasebuffer Changeset: r90501:13effce84dd7 Date: 2017-03-02 18:20 +0100 http://bitbucket.org/pypy/pypy/changeset/13effce84dd7/ Log:Move memoryview test from test_bufferobject to test_memoryobject diff --git

[pypy-commit] pypy py3.5: Change recursive repr test in lib-python/3/test/test_functools.py.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90500:02636c123ae1 Date: 2017-03-02 22:22 +0100 http://bitbucket.org/pypy/pypy/changeset/02636c123ae1/ Log:Change recursive repr test in lib-python/3/test/test_functools.py. Our implementation has a slightly

[pypy-commit] pypy py3.5: (mjacob, stevie) Try to fix pickle tests in lib-python/3/test/test_descr.py.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90499:c402f2a419e6 Date: 2017-03-02 22:07 +0100 http://bitbucket.org/pypy/pypy/changeset/c402f2a419e6/ Log:(mjacob, stevie) Try to fix pickle tests in lib- python/3/test/test_descr.py. diff --git

[pypy-commit] pypy py3.5: Fix.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90497:5f9ea0599935 Date: 2017-03-02 21:38 +0100 http://bitbucket.org/pypy/pypy/changeset/5f9ea0599935/ Log:Fix. diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py ---

[pypy-commit] pypy py3.5: Raise ValueError instead of TypeError here.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90498:ce30e89d7f14 Date: 2017-03-02 21:48 +0100 http://bitbucket.org/pypy/pypy/changeset/ce30e89d7f14/ Log:Raise ValueError instead of TypeError here. diff --git a/pypy/objspace/std/test/test_unicodeobject.py

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) add todo after discussion

2017-03-02 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90496:fd450c9ca2ce Date: 2017-03-02 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/fd450c9ca2ce/ Log:(arigo, remi) add todo after discussion diff --git a/rpython/translator/c/src/thread_gil.c

[pypy-commit] pypy cpyext-callopt: (arigato, plan_rich) some structural changes, cannot have different typeobjects for such a function object, does not work currently. need a way to pass over the gate

2017-03-02 Thread plan_rich
Author: Richard Plangger Branch: cpyext-callopt Changeset: r90495:dbba78b270fd Date: 2017-03-02 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/dbba78b270fd/ Log:(arigato, plan_rich) some structural changes, cannot have different typeobjects for such a

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) deal with new threads popping up randomly

2017-03-02 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90494:ea1fd293ee24 Date: 2017-03-02 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/ea1fd293ee24/ Log:(arigo, remi) deal with new threads popping up randomly if a new thread shows up and all others are

[pypy-commit] pypy fix-cpyext-releasebuffer: Skip test that fails untranslated (someone please kill ll2ctypes in a fire)

2017-03-02 Thread rlamy
Author: Ronan Lamy Branch: fix-cpyext-releasebuffer Changeset: r90493:e05f93a7addd Date: 2017-03-02 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/e05f93a7addd/ Log:Skip test that fails untranslated (someone please kill ll2ctypes in a fire) diff --git

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) 'fix' for potential crash

2017-03-02 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90492:e32f17803824 Date: 2017-03-02 17:15 +0100 http://bitbucket.org/pypy/pypy/changeset/e32f17803824/ Log:(arigo, remi) 'fix' for potential crash diff --git a/rpython/memory/gctransform/shadowstack.py

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) make exception data thread-local

2017-03-02 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90491:e5602c37c2a3 Date: 2017-03-02 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/e5602c37c2a3/ Log:(arigo, remi) make exception data thread-local diff --git a/rpython/memory/gctypelayout.py

[pypy-commit] pypy cpyext-callopt: specialization for METH_NOARGS & METH_O

2017-03-02 Thread plan_rich
Author: Richard Plangger Branch: cpyext-callopt Changeset: r90489:68d3252f2685 Date: 2017-03-02 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/68d3252f2685/ Log:specialization for METH_NOARGS & METH_O diff --git a/pypy/module/cpyext/methodobject.py

[pypy-commit] pypy cpyext-callopt: (antonio, plan_rich) more simplifiactions, W_CPyFunctionObjectSingleObject.typedef uses W_CPyFunctionObject.typedef as __base parameter

2017-03-02 Thread plan_rich
Author: Richard Plangger Branch: cpyext-callopt Changeset: r90490:9cbc8bd76297 Date: 2017-03-02 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/9cbc8bd76297/ Log:(antonio, plan_rich) more simplifiactions, W_CPyFunctionObjectSingleObject.typedef uses

[pypy-commit] pypy default: Disable (temporarily?) impl_attach_gdb on Windows

2017-03-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r90488:529139a8ad35 Date: 2017-03-02 16:02 +0100 http://bitbucket.org/pypy/pypy/changeset/529139a8ad35/ Log:Disable (temporarily?) impl_attach_gdb on Windows diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py ---

[pypy-commit] pypy py3.5: no fstatat() function on OS/X

2017-03-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90487:f3ed9df206eb Date: 2017-03-02 15:53 +0100 http://bitbucket.org/pypy/pypy/changeset/f3ed9df206eb/ Log:no fstatat() function on OS/X diff --git a/pypy/module/posix/interp_scandir.py b/pypy/module/posix/interp_scandir.py ---

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) disable pinning for now

2017-03-02 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90486:ed5c6b5b1083 Date: 2017-03-02 15:42 +0100 http://bitbucket.org/pypy/pypy/changeset/ed5c6b5b1083/ Log:(arigo, remi) disable pinning for now diff --git a/rpython/memory/gc/incminimark.py

[pypy-commit] pypy py3.5: FreeBSD "fix", identical to CPython's test_kqueue

2017-03-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90485:eac2dc51d93a Date: 2017-03-02 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/eac2dc51d93a/ Log:FreeBSD "fix", identical to CPython's test_kqueue diff --git a/pypy/module/select/test/test_kqueue.py

[pypy-commit] pypy py3.5: (arigo) Fix.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90484:59e2a6469001 Date: 2017-03-02 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/59e2a6469001/ Log:(arigo) Fix. diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py ---

[pypy-commit] pypy py3.5: Trying to fix kqueue

2017-03-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90483:dd216e917dc6 Date: 2017-03-02 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/dd216e917dc6/ Log:Trying to fix kqueue diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py ---

[pypy-commit] pypy fix-cpyext-releasebuffer: Re-enable slot function filling for __buffer__ -> bf_getbuffer

2017-03-02 Thread rlamy
Author: Ronan Lamy Branch: fix-cpyext-releasebuffer Changeset: r90482:ec8a1da6df33 Date: 2017-03-02 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/ec8a1da6df33/ Log:Re-enable slot function filling for __buffer__ -> bf_getbuffer diff --git

[pypy-commit] pypy fix-cpyext-releasebuffer: Replace implementation of PyObject_GetBuffer with a translation of CPython's

2017-03-02 Thread rlamy
Author: Ronan Lamy Branch: fix-cpyext-releasebuffer Changeset: r90481:7d9f2e667b3c Date: 2017-03-02 15:01 +0100 http://bitbucket.org/pypy/pypy/changeset/7d9f2e667b3c/ Log:Replace implementation of PyObject_GetBuffer with a translation of CPython's diff --git

[pypy-commit] pypy cpyext-callopt: add comments we found during the sprint session in the morning

2017-03-02 Thread plan_rich
Author: Richard Plangger Branch: cpyext-callopt Changeset: r90480:0dc57c3147d2 Date: 2017-03-02 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/0dc57c3147d2/ Log:add comments we found during the sprint session in the morning diff --git

[pypy-commit] pypy fix-cpyext-releasebuffer: Call bf_releasebuffer slot from PyBuffer_Release

2017-03-02 Thread rlamy
Author: Ronan Lamy Branch: fix-cpyext-releasebuffer Changeset: r90479:f03c4719447c Date: 2017-03-02 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f03c4719447c/ Log:Call bf_releasebuffer slot from PyBuffer_Release diff --git a/pypy/module/cpyext/buffer.py

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) enter safepoint in more places and fix issue with non-empty nursery assert

2017-03-02 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90476:e1ade06bc0ab Date: 2017-03-02 13:19 +0100 http://bitbucket.org/pypy/pypy/changeset/e1ade06bc0ab/ Log:(arigo, remi) enter safepoint in more places and fix issue with non- empty nursery assert diff --git

[pypy-commit] pypy py3.5: hg merge default

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90477:f8ce293591b5 Date: 2017-03-02 13:22 +0100 http://bitbucket.org/pypy/pypy/changeset/f8ce293591b5/ Log:hg merge default diff --git a/lib_pypy/_sysconfigdata.py b/lib_pypy/_sysconfigdata.py ---

[pypy-commit] pypy py3.5: Added EXT_SUFFIX for sysconfig, changed EXT_SUFFIX to Python 3 format

2017-03-02 Thread stevie_92
Author: Stefan Beyer Branch: py3.5 Changeset: r90478:215564273ab3 Date: 2017-03-02 12:54 +0100 http://bitbucket.org/pypy/pypy/changeset/215564273ab3/ Log:Added EXT_SUFFIX for sysconfig, changed EXT_SUFFIX to Python 3 format diff --git

[pypy-commit] pypy default: (mjacob, stevie) added SO variable to sysconfig

2017-03-02 Thread stevie_92
Author: Stefan Beyer Branch: Changeset: r90475:bbcb5f789c19 Date: 2017-03-02 12:39 +0100 http://bitbucket.org/pypy/pypy/changeset/bbcb5f789c19/ Log:(mjacob, stevie) added SO variable to sysconfig diff --git a/lib_pypy/_sysconfigdata.py b/lib_pypy/_sysconfigdata.py ---

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) make shadowstack really threadlocal

2017-03-02 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90474:b7c2b62351e0 Date: 2017-03-02 12:30 +0100 http://bitbucket.org/pypy/pypy/changeset/b7c2b62351e0/ Log:(arigo, remi) make shadowstack really threadlocal shadowstack push/pop was still non-tl, and we

[pypy-commit] pypy fix-cpyext-releasebuffer: Add new buffer to array.c and test that bf_releasebuffer is called (failing)

2017-03-02 Thread rlamy
Author: Ronan Lamy Branch: fix-cpyext-releasebuffer Changeset: r90472:99ed56433685 Date: 2017-03-02 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/99ed56433685/ Log:Add new buffer to array.c and test that bf_releasebuffer is called (failing) diff --git

[pypy-commit] pypy fix-cpyext-releasebuffer: Fix call to bf_releasebuffer: don't segfault, don't do it for old-style buffers

2017-03-02 Thread rlamy
Author: Ronan Lamy Branch: fix-cpyext-releasebuffer Changeset: r90473:4d7d7bc8925c Date: 2017-03-02 12:20 +0100 http://bitbucket.org/pypy/pypy/changeset/4d7d7bc8925c/ Log:Fix call to bf_releasebuffer: don't segfault, don't do it for old- style buffers diff

[pypy-commit] pypy py3.5: hg merge default

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90471:dc0536431eaa Date: 2017-03-02 11:41 +0100 http://bitbucket.org/pypy/pypy/changeset/dc0536431eaa/ Log:hg merge default diff --git a/pypy/objspace/std/test/test_dictmultiobject.py

[pypy-commit] pypy py3.5: hg merge default

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90470:e761f5e9359b Date: 2017-03-02 11:38 +0100 http://bitbucket.org/pypy/pypy/changeset/e761f5e9359b/ Log:hg merge default diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py ---

[pypy-commit] pypy default: Make BadEq object hashable. I forgot to do this a few commits ago.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90469:dca7eeaa51de Date: 2017-03-02 11:38 +0100 http://bitbucket.org/pypy/pypy/changeset/dca7eeaa51de/ Log:Make BadEq object hashable. I forgot to do this a few commits ago. diff --git

[pypy-commit] pypy default: space.is_true(space.eq(...)) -> space.eq_w(...) in two more places.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90468:21d6cfb9ce7e Date: 2017-03-02 11:25 +0100 http://bitbucket.org/pypy/pypy/changeset/21d6cfb9ce7e/ Log:space.is_true(space.eq(...)) -> space.eq_w(...) in two more places. diff --git a/pypy/module/_io/interp_textio.py

[pypy-commit] pypy default: space.is_true(space.eq(...)) -> space.eq_w(...) in interp_array.py.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90467:ce53039393d6 Date: 2017-03-02 11:17 +0100 http://bitbucket.org/pypy/pypy/changeset/ce53039393d6/ Log:space.is_true(space.eq(...)) -> space.eq_w(...) in interp_array.py. It's slightly shorter and uses the identity

[pypy-commit] pypy default: Use space.eq_w() instead of space.eq() in Method.descr_method_eq().

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90466:23186813950a Date: 2017-03-02 11:10 +0100 http://bitbucket.org/pypy/pypy/changeset/23186813950a/ Log:Use space.eq_w() instead of space.eq() in Method.descr_method_eq(). diff --git a/pypy/interpreter/function.py

[pypy-commit] pypy default: Use space.eq_w() instead of space.eq() in W_DictViewItemsObject.descr_contains().

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90465:e8bf94789967 Date: 2017-03-02 10:55 +0100 http://bitbucket.org/pypy/pypy/changeset/e8bf94789967/ Log:Use space.eq_w() instead of space.eq() in W_DictViewItemsObject.descr_contains(). diff --git

[pypy-commit] pypy unicode-utf8: replace and mul

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90463:818637e5be35 Date: 2017-03-01 19:55 +0100 http://bitbucket.org/pypy/pypy/changeset/818637e5be35/ Log:replace and mul diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy unicode-utf8: improve the tests

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90462:50905f927559 Date: 2017-03-01 19:31 +0100 http://bitbucket.org/pypy/pypy/changeset/50905f927559/ Log:improve the tests diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py ---

[pypy-commit] pypy unicode-utf8: trivial conversion between MethodsPBCRepr

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90458:ff30e62aa310 Date: 2017-03-01 17:53 +0100 http://bitbucket.org/pypy/pypy/changeset/ff30e62aa310/ Log:trivial conversion between MethodsPBCRepr diff --git a/rpython/rtyper/rpbc.py b/rpython/rtyper/rpbc.py --- a/rpython/rtyper/rpbc.py +++

[pypy-commit] pypy unicode-utf8: basic getitem implemented

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90464:4a89aa28bd21 Date: 2017-03-01 21:26 +0100 http://bitbucket.org/pypy/pypy/changeset/4a89aa28bd21/ Log:basic getitem implemented diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py ---

[pypy-commit] pypy unicode-utf8: get things going for now

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90461:94c5b4b5fb85 Date: 2017-03-01 19:24 +0100 http://bitbucket.org/pypy/pypy/changeset/94c5b4b5fb85/ Log:get things going for now diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy unicode-utf8: bah

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90459:91ec2147c427 Date: 2017-03-01 17:59 +0100 http://bitbucket.org/pypy/pypy/changeset/91ec2147c427/ Log:bah diff --git a/rpython/rtyper/rpbc.py b/rpython/rtyper/rpbc.py --- a/rpython/rtyper/rpbc.py +++ b/rpython/rtyper/rpbc.py @@ -389,12

[pypy-commit] pypy unicode-utf8: fix pyexpat. skip one failing test on os x

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90457:572cc70c4d30 Date: 2017-03-01 17:24 +0100 http://bitbucket.org/pypy/pypy/changeset/572cc70c4d30/ Log:fix pyexpat. skip one failing test on os x diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py ---

[pypy-commit] pypy unicode-utf8: fix fix fix

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90460:8f690010d092 Date: 2017-03-01 19:16 +0100 http://bitbucket.org/pypy/pypy/changeset/8f690010d092/ Log:fix fix fix diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicodeobject.py

[pypy-commit] pypy unicode-utf8: "fix" multibytecodec

2017-03-02 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r90456:777001a4a191 Date: 2017-03-01 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/777001a4a191/ Log:"fix" multibytecodec diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py ---

[pypy-commit] pypy nogil-unsafe-2: avoid clearing threadlocals on thread-exit

2017-03-02 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90455:726153037b52 Date: 2017-03-02 11:04 +0100 http://bitbucket.org/pypy/pypy/changeset/726153037b52/ Log:avoid clearing threadlocals on thread-exit there is a release-gil call after the call to thread_die

[pypy-commit] pypy py3.5: Remove wrong comment.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90454:b5b35960baa6 Date: 2017-03-02 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/b5b35960baa6/ Log:Remove wrong comment. diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py ---

[pypy-commit] pypy py3.5: hg merge default

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90453:5e7e5a30cf5e Date: 2017-03-02 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/5e7e5a30cf5e/ Log:hg merge default diff --git a/lib-python/2.7/sysconfig.py b/lib-python/2.7/sysconfig.py ---

[pypy-commit] pypy default: Add _sysconfigdata module.

2017-03-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r90451:a0d3d088bbeb Date: 2014-04-07 17:31 +0200 http://bitbucket.org/pypy/pypy/changeset/a0d3d088bbeb/ Log:Add _sysconfigdata module. Empty so far, but it's probably a good idea to move some distutils variables

[pypy-commit] pypy default: Use _sysconfigdata module, which was now added to lib_pypy, in sysconfig module.

2017-03-02 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90452:c36b1838396c Date: 2017-03-02 10:25 +0100 http://bitbucket.org/pypy/pypy/changeset/c36b1838396c/ Log:Use _sysconfigdata module, which was now added to lib_pypy, in sysconfig module. diff --git

[pypy-commit] pypy py3.5: Copy test from PR #486

2017-03-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90450:08e7acf2ce13 Date: 2017-03-02 09:36 +0100 http://bitbucket.org/pypy/pypy/changeset/08e7acf2ce13/ Log:Copy test from PR #486 diff --git a/pypy/objspace/std/test/test_intobject.py b/pypy/objspace/std/test/test_intobject.py