[pypy-commit] pypy py3tests: Remove costly collections import from ast_util

2018-03-21 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94060:86424558bdc9 Date: 2018-03-21 23:49 +0100 http://bitbucket.org/pypy/pypy/changeset/86424558bdc9/ Log:Remove costly collections import from ast_util diff --git a/pypy/tool/pytest/ast-rewriter/ast_util.py b/pypy/tool/pytest/ast-rewriter/as

[pypy-commit] pypy py3tests: Move app-level AST rewriting to some unimportable location and remove more imports

2018-03-21 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94059:47c8f77a9d6f Date: 2018-03-21 23:08 +0100 http://bitbucket.org/pypy/pypy/changeset/47c8f77a9d6f/ Log:Move app-level AST rewriting to some unimportable location and remove more imports diff --git a/pypy/tool/pytest/app_rewrite.py b

[pypy-commit] pypy py3.5: fix

2018-03-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94058:b13c7b3ad6ee Date: 2018-03-21 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b13c7b3ad6ee/ Log:fix diff --git a/lib-python/3/distutils/msvc9compiler.py b/lib-python/3/distutils/msvc9compiler.py --- a/lib-python/3/distutils/msvc9compi

[pypy-commit] pypy py3.5: running vcvarsall.bat is not changing path, try to figure out why

2018-03-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94057:016ce1e2ce8b Date: 2018-03-21 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/016ce1e2ce8b/ Log:running vcvarsall.bat is not changing path, try to figure out why diff --git a/lib-python/3/distutils/msvc9compiler.py b/lib-python/3/dist

[pypy-commit] pypy py3.5: merge branch which adds missing dunder-atributes to instancemethods

2018-03-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94056:93baaf2e069a Date: 2018-03-21 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/93baaf2e069a/ Log:merge branch which adds missing dunder-atributes to instancemethods diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3

[pypy-commit] pypy cpyext-py3-instancemethod-attributes: document, close branch to be merged

2018-03-21 Thread mattip
Author: Matti Picus Branch: cpyext-py3-instancemethod-attributes Changeset: r94055:4800349b3d58 Date: 2018-03-21 18:43 +0200 http://bitbucket.org/pypy/pypy/changeset/4800349b3d58/ Log:document, close branch to be merged diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-

[pypy-commit] pypy cpyext-py3-instancemethod-attributes: [cpyext] Add missing attributes to instancemethod

2018-03-21 Thread standy66
Author: Andrew Stepanov Branch: cpyext-py3-instancemethod-attributes Changeset: r94054:a178c81744b1 Date: 2018-03-21 15:37 +0300 http://bitbucket.org/pypy/pypy/changeset/a178c81744b1/ Log:[cpyext] Add missing attributes to instancemethod diff --git a/pypy/module/cpyext/classobject.py b/pypy

[pypy-commit] pypy guard-compatible: change the test slightly to show the real problem: calls aren't getting removed in bridges

2018-03-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r94053:d8319beb1fe4 Date: 2018-03-21 13:01 +0100 http://bitbucket.org/pypy/pypy/changeset/d8319beb1fe4/ Log:change the test slightly to show the real problem: calls aren't getting removed in bridges diff --git a/

[pypy-commit] pypy guard-compatible: fix typo

2018-03-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r94052:689868846245 Date: 2018-03-21 12:36 +0100 http://bitbucket.org/pypy/pypy/changeset/689868846245/ Log:fix typo diff --git a/rpython/jit/metainterp/compatible.py b/rpython/jit/metainterp/compatible.py --- a/rpython

[pypy-commit] pypy guard-compatible: re-enable support for immutability tracking of attributes of user-defined

2018-03-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r94051:7825277c4910 Date: 2018-03-20 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/7825277c4910/ Log:re-enable support for immutability tracking of attributes of user- defined instances. This works by piggy

[pypy-commit] pypy py3.5: debug printing fixed?, revert previous commits

2018-03-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94050:6c7ff533e018 Date: 2018-03-21 13:03 +0200 http://bitbucket.org/pypy/pypy/changeset/6c7ff533e018/ Log:debug printing fixed?, revert previous commits diff --git a/lib-python/3/distutils/msvc9compiler.py b/lib-python/3/distutils/msvc9compiler

[pypy-commit] pypy guard-compatible: fix missing part of a previous commit 931f5eaed82f

2018-03-21 Thread Raemi
Author: Remi Meier Branch: guard-compatible Changeset: r94049:84015df039c9 Date: 2018-03-21 11:43 +0100 http://bitbucket.org/pypy/pypy/changeset/84015df039c9/ Log:fix missing part of a previous commit 931f5eaed82f Apparently we missed another place where ResumeAtPosition..() was

[pypy-commit] pypy rpython-sprint: Close branch rpython-sprint

2018-03-21 Thread rlamy
Author: Ronan Lamy Branch: rpython-sprint Changeset: r94047:cba6b37e11fc Date: 2018-03-21 10:25 + http://bitbucket.org/pypy/pypy/changeset/cba6b37e11fc/ Log:Close branch rpython-sprint ___ pypy-commit mailing list pypy-commit@python.org https:/

[pypy-commit] pypy default: Merged in rpython-sprint (pull request #598)

2018-03-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r94048:e4136ea7f1b6 Date: 2018-03-21 10:25 + http://bitbucket.org/pypy/pypy/changeset/e4136ea7f1b6/ Log:Merged in rpython-sprint (pull request #598) Cleanup + document enforceargs() diff --git a/rpython/annotator/signature.py b/rpython/anno

[pypy-commit] pypy py3.5: more msvc debugging for buildbot failure

2018-03-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94046:83c9f6e4e93b Date: 2018-03-21 11:00 +0200 http://bitbucket.org/pypy/pypy/changeset/83c9f6e4e93b/ Log:more msvc debugging for buildbot failure diff --git a/lib-python/3/distutils/msvc9compiler.py b/lib-python/3/distutils/msvc9compiler.py --