[pypy-commit] pypy default: a blind fix, will test on linux

2015-11-07 Thread fijal
Author: fijal Branch: Changeset: r80573:92d9d1215d2a Date: 2015-11-07 13:33 + http://bitbucket.org/pypy/pypy/changeset/92d9d1215d2a/ Log:a blind fix, will test on linux diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++ b

[pypy-commit] pypy vmprof-newstack: progress

2015-11-07 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r80572:0e7edf95c3c5 Date: 2015-11-07 13:18 + http://bitbucket.org/pypy/pypy/changeset/0e7edf95c3c5/ Log:progress diff --git a/rpython/memory/gctransform/shadowstack.py b/rpython/memory/gctransform/shadowstack.py --- a/rpython/memory/gctran

[pypy-commit] pypy default: typo

2015-11-07 Thread fijal
Author: fijal Branch: Changeset: r80574:6756dcc87ae5 Date: 2015-11-07 13:35 + http://bitbucket.org/pypy/pypy/changeset/6756dcc87ae5/ Log:typo diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++ b/pypy/module/_ssl/interp_ss

[pypy-commit] pypy default: a bit imperfect estimation on how much memory context takes (depending on the exact calls)

2015-11-07 Thread fijal
Author: fijal Branch: Changeset: r80575:74a3de08b431 Date: 2015-11-07 14:45 + http://bitbucket.org/pypy/pypy/changeset/74a3de08b431/ Log:a bit imperfect estimation on how much memory context takes (depending on the exact calls) diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/m

[pypy-commit] pypy default: ensure the extension gets freed

2015-11-07 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r80576:43b5395e293d Date: 2015-11-07 10:29 -0500 http://bitbucket.org/pypy/pypy/changeset/43b5395e293d/ Log:ensure the extension gets freed diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.p

[pypy-commit] pypy vmprof-newstack: fixes, does not work untranslated but should mostly work translated

2015-11-07 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r80577:c7ff25c0c06e Date: 2015-11-07 15:32 + http://bitbucket.org/pypy/pypy/changeset/c7ff25c0c06e/ Log:fixes, does not work untranslated but should mostly work translated diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/ci

[pypy-commit] pypy vmprof-newstack: add a missing file

2015-11-07 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r80578:f637b4caf574 Date: 2015-11-07 18:15 + http://bitbucket.org/pypy/pypy/changeset/f637b4caf574/ Log:add a missing file diff --git a/rpython/rlib/rvmprof/src/vmprof_stack.h b/rpython/rlib/rvmprof/src/vmprof_stack.h new file mode 100644

[pypy-commit] pypy no-class-specialize: Special handling for _immutable_fields_ in ClassDesc so that it works with mixins

2015-11-07 Thread rlamy
Author: Ronan Lamy Branch: no-class-specialize Changeset: r80579:15047fa335bd Date: 2015-11-07 18:19 + http://bitbucket.org/pypy/pypy/changeset/15047fa335bd/ Log:Special handling for _immutable_fields_ in ClassDesc so that it works with mixins diff --git a/rpython/annotator/class

[pypy-commit] pypy vmprof-newstack: Fix untranslated tests (hopefully without breaking translation)

2015-11-07 Thread arigo
Author: Armin Rigo Branch: vmprof-newstack Changeset: r80580:a92f0641ba59 Date: 2015-11-07 19:29 +0100 http://bitbucket.org/pypy/pypy/changeset/a92f0641ba59/ Log:Fix untranslated tests (hopefully without breaking translation) diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/

[pypy-commit] pypy no-class-specialize: Fix ann_override.py

2015-11-07 Thread rlamy
Author: Ronan Lamy Branch: no-class-specialize Changeset: r80581:153b7fd05abd Date: 2015-11-07 20:59 + http://bitbucket.org/pypy/pypy/changeset/153b7fd05abd/ Log:Fix ann_override.py diff --git a/pypy/tool/ann_override.py b/pypy/tool/ann_override.py --- a/pypy/tool/ann_override.py +++ b/p