[pypy-commit] pypy default: only define RPY_EXPORTED if it has not already been defined

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90882:cc6d8f1ca9bc Date: 2017-03-30 19:18 -0400 http://bitbucket.org/pypy/pypy/changeset/cc6d8f1ca9bc/ Log:only define RPY_EXPORTED if it has not already been defined diff --git a/rpython/rlib/rvmprof/src/rvmprof.h b/rpython/rlib/rvmprof/src/rvm

[pypy-commit] pypy default: _write_all got vmp_ prefix

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90881:0fdfe97b8ea5 Date: 2017-03-30 19:16 -0400 http://bitbucket.org/pypy/pypy/changeset/0fdfe97b8ea5/ Log:_write_all got vmp_ prefix diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_main_win32.h b/rpython/rlib/rvmprof/src/shared/vmprof_main_

[pypy-commit] pypy default: remove -O3 command line switch on windows (removes lots of compiler warnings)

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90880:c572d115dfc7 Date: 2017-03-30 17:00 -0400 http://bitbucket.org/pypy/pypy/changeset/c572d115dfc7/ Log:remove -O3 command line switch on windows (removes lots of compiler warnings) diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/

[pypy-commit] pypy default: variable p has been renamed to tstate

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90879:dc4691e34ae0 Date: 2017-03-30 16:59 -0400 http://bitbucket.org/pypy/pypy/changeset/dc4691e34ae0/ Log:variable p has been renamed to tstate diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_main_win32.h b/rpython/rlib/rvmprof/src/shared/v

[pypy-commit] pypy default: copy over changes from vmprof-python repo 34ec7ccd4

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90878:d567917b86fe Date: 2017-03-30 15:33 -0400 http://bitbucket.org/pypy/pypy/changeset/d567917b86fe/ Log:copy over changes from vmprof-python repo 34ec7ccd4 diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_main_win32.h b/rpython/rlib/rvmpro

[pypy-commit] pypy release-pypy2.7-5.x: delay checking fromlist values till later, allows ImportError to happen first

2017-03-30 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r90877:1aa2d8e03cdf Date: 2017-03-30 21:57 +0300 http://bitbucket.org/pypy/pypy/changeset/1aa2d8e03cdf/ Log:delay checking fromlist values till later, allows ImportError to happen first (grafted from 9df4aced5d6eb8b642b0527fb0

[pypy-commit] pypy release-pypy2.7-5.x: add test for exception ordering on failed import (issue 2524)

2017-03-30 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r90876:4f78163b13c0 Date: 2017-03-30 21:57 +0300 http://bitbucket.org/pypy/pypy/changeset/4f78163b13c0/ Log:add test for exception ordering on failed import (issue 2524) (grafted from e7aebde27cfc6859eb65e83e40cc17a47b91be1d)

[pypy-commit] pypy default: fix windows translation bug at the beginning

2017-03-30 Thread planrich
Author: planrich Branch: Changeset: r90875:eba581c00543 Date: 2017-03-30 18:54 + http://bitbucket.org/pypy/pypy/changeset/eba581c00543/ Log:fix windows translation bug at the beginning diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof/c

[pypy-commit] pypy PyBuffer: Split ArrayBuffer class into a BinaryBuffer and a Py_buffer

2017-03-30 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r90874:4e09a31a43fe Date: 2017-03-30 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4e09a31a43fe/ Log:Split ArrayBuffer class into a BinaryBuffer and a Py_buffer diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_ar

[pypy-commit] pypy PyBuffer: Move as_str() implementation from W_MemoryViewObject to Buffer

2017-03-30 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r90873:f0b49d861488 Date: 2017-03-30 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/f0b49d861488/ Log:Move as_str() implementation from W_MemoryViewObject to Buffer diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a

[pypy-commit] pypy default: copy over the implementation for pypy which was overwritten by the cpython version by merge

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90872:87791d83ead0 Date: 2017-03-30 10:44 -0400 http://bitbucket.org/pypy/pypy/changeset/87791d83ead0/ Log:copy over the implementation for pypy which was overwritten by the cpython version by merge diff --git a/rpython/rlib/rvmprof/src/s

[pypy-commit] pypy default: remove header file that is in shared folder

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90871:97070a1f4cc1 Date: 2017-03-30 09:57 -0400 http://bitbucket.org/pypy/pypy/changeset/97070a1f4cc1/ Log:remove header file that is in shared folder diff --git a/rpython/rlib/rvmprof/src/vmprof_main.h b/rpython/rlib/rvmprof/src/vmprof_main.h d

[pypy-commit] pypy default: add extra include dir to add msiinttypes

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90870:ccb6b20e1452 Date: 2017-03-30 09:21 -0400 http://bitbucket.org/pypy/pypy/changeset/ccb6b20e1452/ Log:add extra include dir to add msiinttypes diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmp

[pypy-commit] pypy default: document vmprof-native branch

2017-03-30 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90869:fc665b3b560f Date: 2017-03-30 09:16 -0400 http://bitbucket.org/pypy/pypy/changeset/fc665b3b560f/ Log:document vmprof-native branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/p

[pypy-commit] pypy default: add passing test

2017-03-30 Thread mattip
Author: Matti Picus Branch: Changeset: r90868:44ad938b6e59 Date: 2017-03-30 13:46 +0300 http://bitbucket.org/pypy/pypy/changeset/44ad938b6e59/ Log:add passing test diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/module/imp/test/test_import.

[pypy-commit] stmgc c8-overheads-instrumentation: Fix overflow of nanoseconds when summing up measurements

2017-03-30 Thread tobweber
Author: Tobias Weber Branch: c8-overheads-instrumentation Changeset: r2035:3a7fb0854cc6 Date: 2017-03-29 12:08 +0200 http://bitbucket.org/pypy/stmgc/changeset/3a7fb0854cc6/ Log:Fix overflow of nanoseconds when summing up measurements diff --git a/c8/stm/timing.h b/c8/stm/timing.h --- a/c8/st