[pypy-commit] pypy default: Fix: unclear why this was done, but the end result was that even "make

2017-08-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r92086:758dbcd2983e Date: 2017-08-05 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/758dbcd2983e/ Log:Fix: unclear why this was done, but the end result was that even "make lldebug" in the PyPy sources would compile everything in -O3

[pypy-commit] pypy default: whack until things stop exploding. can't reproduce in a test

2017-08-05 Thread fijal
Author: fijal Branch: Changeset: r92087:2c6fe9073d99 Date: 2017-08-05 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/2c6fe9073d99/ Log:whack until things stop exploding. can't reproduce in a test diff --git a/rpython/rlib/rpath.py b/rpython/rlib/rpath.py --- a/rpython/rlib/rpath.py +++

[pypy-commit] pypy default: disable logging that's unneccessary

2017-08-05 Thread fijal
Author: fijal Branch: Changeset: r92088:dd32912dbb65 Date: 2017-08-05 10:21 +0200 http://bitbucket.org/pypy/pypy/changeset/dd32912dbb65/ Log:disable logging that's unneccessary diff --git a/rpython/rtyper/tool/rffi_platform.py b/rpython/rtyper/tool/rffi_platform.py --- a/rpython/rtyper/tool

[pypy-commit] pypy install-rpython: hg merge default

2017-08-05 Thread rlamy
Author: Ronan Lamy Branch: install-rpython Changeset: r92089:a1f3fe63fa46 Date: 2017-08-05 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/a1f3fe63fa46/ Log:hg merge default diff too long, truncating to 2000 out of 3400 lines diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefi

[pypy-commit] pypy install-rpython: Fix MANIFEST.in again, bump version number

2017-08-05 Thread rlamy
Author: Ronan Lamy Branch: install-rpython Changeset: r92090:9842d8147b5a Date: 2017-08-05 14:15 +0100 http://bitbucket.org/pypy/pypy/changeset/9842d8147b5a/ Log:Fix MANIFEST.in again, bump version number diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4

[pypy-commit] pypy default: jit-log-noopt logging was broken by 2bf0191fb21d

2017-08-05 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92091:eef485998ca1 Date: 2017-08-05 21:11 +0200 http://bitbucket.org/pypy/pypy/changeset/eef485998ca1/ Log:jit-log-noopt logging was broken by 2bf0191fb21d (the have_debug_prints needs to be *inside* the debug_start, otherwise

[pypy-commit] pypy default: remove bridge potential in hashing (int, int) tuples

2017-08-05 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92092:b235c624a167 Date: 2017-08-05 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/b235c624a167/ Log:remove bridge potential in hashing (int, int) tuples diff --git a/pypy/objspace/std/specialisedtupleobject.py b/pypy/objspace/std/speci

[pypy-commit] pypy default: document merged branch

2017-08-05 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92093:694a045a39eb Date: 2017-08-05 22:49 +0200 http://bitbucket.org/pypy/pypy/changeset/694a045a39eb/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/

[pypy-commit] pypy default: fix hashing of float tuples

2017-08-05 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92094:5c090931a660 Date: 2017-08-05 22:50 +0200 http://bitbucket.org/pypy/pypy/changeset/5c090931a660/ Log:fix hashing of float tuples diff --git a/pypy/objspace/std/specialisedtupleobject.py b/pypy/objspace/std/specialisedtupleobject.py ---

[pypy-commit] pypy cpyext-leakchecking: Fix tests for MSVC

2017-08-05 Thread rlamy
Author: Ronan Lamy Branch: cpyext-leakchecking Changeset: r92095:7b5f5263c9de Date: 2017-08-06 02:18 +0100 http://bitbucket.org/pypy/pypy/changeset/7b5f5263c9de/ Log:Fix tests for MSVC diff --git a/pypy/module/cpyext/test/array.c b/pypy/module/cpyext/test/array.c --- a/pypy/module/cpyext/tes

[pypy-commit] pypy default: document merged branch

2017-08-05 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r92098:8c10f7297290 Date: 2017-08-06 03:09 +0100 http://bitbucket.org/pypy/pypy/changeset/8c10f7297290/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whats