[pypy-commit] pypy py3.6: merge default into branch

2019-12-06 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98245:d4e5e044a1b2 Date: 2019-12-07 07:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d4e5e044a1b2/ Log:merge default into branch diff --git a/pypy/module/_minimal_curses/fficurses.py b/pypy/module/_minimal_curses/fficurses.py --- a/pypy/modu

[pypy-commit] pypy default: revert centos6 special case

2019-12-06 Thread mattip
Author: Matti Picus Branch: Changeset: r98244:acd5d36a7b4c Date: 2019-12-07 07:06 +0200 http://bitbucket.org/pypy/pypy/changeset/acd5d36a7b4c/ Log:revert centos6 special case diff --git a/pypy/module/_minimal_curses/fficurses.py b/pypy/module/_minimal_curses/fficurses.py --- a/pypy/module/

[pypy-commit] pypy default: Use a cache to avoid parsing the same cdecl again and again, which is done

2019-12-06 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r98242:317104f1b067 Date: 2019-12-06 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/317104f1b067/ Log:Use a cache to avoid parsing the same cdecl again and again, which is done e.g. for all the various cts.cast(...) around. On my

[pypy-commit] pypy default: move slow test to its own class and skip it

2019-12-06 Thread mattip
Author: Matti Picus Branch: Changeset: r98238:9c171d039841 Date: 2019-12-06 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/9c171d039841/ Log:move slow test to its own class and skip it diff --git a/pypy/module/thread/test/test_thread.py b/pypy/module/thread/test/test_thread.py --- a/

[pypy-commit] pypy py3.6: merge default into branch

2019-12-06 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98239:aa3b8c5bd232 Date: 2019-12-06 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/aa3b8c5bd232/ Log:merge default into branch diff --git a/pypy/module/thread/test/test_thread.py b/pypy/module/thread/test/test_thread.py --- a/pypy/module/t

[pypy-commit] pypy py3.6: merge default into py3.6

2019-12-06 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98241:d91c0d495118 Date: 2019-12-06 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/d91c0d495118/ Log:merge default into py3.6 diff --git a/pypy/module/thread/test/test_thread.py b/pypy/module/thread/test/test_thread.py --- a/pypy/module/th

[pypy-commit] pypy default: add missing import

2019-12-06 Thread mattip
Author: Matti Picus Branch: Changeset: r98240:890c142fd3b8 Date: 2019-12-06 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/890c142fd3b8/ Log:add missing import diff --git a/pypy/module/thread/test/test_thread.py b/pypy/module/thread/test/test_thread.py --- a/pypy/module/thread/test/t