[pypy-commit] pypy shadowstack-perf-2: Implement the shortcut in walking roots during minor collections

2016-05-18 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84512:54426da3ccd4 Date: 2016-05-18 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/54426da3ccd4/ Log:Implement the shortcut in walking roots during minor collections by abusing the bitmask diff --git a/rpython/memory/gct

[pypy-commit] pypy guard-compatible: Backed out changeset 81d72bf4ea82

2016-05-18 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r84513:95044f550bbb Date: 2016-05-18 13:00 +0200 http://bitbucket.org/pypy/pypy/changeset/95044f550bbb/ Log:Backed out changeset 81d72bf4ea82 this will be done in a more principled way later diff --git a/rpython/jit/bac

[pypy-commit] pypy py3k: cpython only (pypy disallows non str key values)

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84514:00550d888e25 Date: 2016-05-18 16:56 -0700 http://bitbucket.org/pypy/pypy/changeset/00550d888e25/ Log:cpython only (pypy disallows non str key values) diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-

[pypy-commit] pypy py3k: skip some zipimport tests when testfn_unencodable/special_char aren't

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84515:ad588df8d94f Date: 2016-05-18 17:57 -0700 http://bitbucket.org/pypy/pypy/changeset/ad588df8d94f/ Log:skip some zipimport tests when testfn_unencodable/special_char aren't available and make special_char available to test_zipimport

[pypy-commit] pypy py3k: slot shadowing now a ValueError

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84516:6c7f6b69aa0c Date: 2016-05-18 18:40 -0700 http://bitbucket.org/pypy/pypy/changeset/6c7f6b69aa0c/ Log:slot shadowing now a ValueError diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/

[pypy-commit] pypy py3k: no longer valid

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84518:68f8b64bddfc Date: 2016-05-18 19:53 -0700 http://bitbucket.org/pypy/pypy/changeset/68f8b64bddfc/ Log:no longer valid diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/st

[pypy-commit] pypy py3k: fix translation

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84517:e824f622dcf4 Date: 2016-05-18 19:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e824f622dcf4/ Log:fix translation diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobject.py +++ b

[pypy-commit] pypy gc-forkfriendly: Add incminimark_remoteheader support to a few important places.

2016-05-18 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: gc-forkfriendly Changeset: r84519:8712615554d2 Date: 2016-05-18 22:58 -0700 http://bitbucket.org/pypy/pypy/changeset/8712615554d2/ Log:Add incminimark_remoteheader support to a few important places. Actually it turns out my refactoring totally did not