[pypy-commit] pypy py3.5: zlib: CPython issue27164

2017-01-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89409:ee9a45377582 Date: 2017-01-07 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/ee9a45377582/ Log:zlib: CPython issue27164 diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py --- a/pypy/module/zlib/interp_zlib.p

[pypy-commit] pypy default: Backport ee9a45377582

2017-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r89410:f3abf62ba364 Date: 2017-01-07 10:57 +0100 http://bitbucket.org/pypy/pypy/changeset/f3abf62ba364/ Log:Backport ee9a45377582 diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py --- a/rpython/rlib/rzlib.py +++ b/rpython/rlib/rzlib.py @@ -51,6

[pypy-commit] pypy nogil-unsafe: Start, mostly just playing around

2017-01-07 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe Changeset: r89408:c17b7079746f Date: 2017-01-07 10:20 +0100 http://bitbucket.org/pypy/pypy/changeset/c17b7079746f/ Log:Start, mostly just playing around diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memo

[pypy-commit] pypy nogil-unsafe: Experimental: playing with a no-gil version of RPython

2017-01-07 Thread arigo
Author: Armin Rigo Branch: nogil-unsafe Changeset: r89407:6cea2be6e621 Date: 2017-01-05 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/6cea2be6e621/ Log:Experimental: playing with a no-gil version of RPython ___ pypy-commit mailing list pypy-