[pypy-commit] pypy value-classes: Generate fieldboxes and faux virtual state

2016-09-26 Thread sbauman
Author: Spenser Bauman Branch: value-classes Changeset: r87408:3d7fa60a7ac3 Date: 2016-09-26 23:19 -0400 http://bitbucket.org/pypy/pypy/changeset/3d7fa60a7ac3/ Log:Generate fieldboxes and faux virtual state diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py b/rpython/jit/metain

[pypy-commit] pypy value-classes: Fix handling of intbounds in virtuastate

2016-09-26 Thread sbauman
Author: Spenser Bauman Branch: value-classes Changeset: r87409:c5b9c438b580 Date: 2016-09-27 00:46 -0400 http://bitbucket.org/pypy/pypy/changeset/c5b9c438b580/ Log:Fix handling of intbounds in virtuastate diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py b/rpython/jit/metainte

[pypy-commit] pypy py3.5: Update int(x, base=10) behaviour for Python 3.4.

2016-09-26 Thread remarkablerocket
Author: Daniel Patrick Branch: py3.5 Changeset: r87407:1fc357671011 Date: 2016-09-26 21:00 +0100 http://bitbucket.org/pypy/pypy/changeset/1fc357671011/ Log:Update int(x, base=10) behaviour for Python 3.4. "Changed in version 3.4: If base is not an instance of int and the base

[pypy-commit] pypy py3k-faulthandler: fix the test

2016-09-26 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87406:986e0e2abaa1 Date: 2016-09-26 23:20 +0200 http://bitbucket.org/pypy/pypy/changeset/986e0e2abaa1/ Log:fix the test diff --git a/rpython/rlib/rvmprof/test/test_traceback.py b/rpython/rlib/rvmprof/test/test_traceback.py --- a/rpyth

[pypy-commit] pypy value-classes: Work on merging virtual and non-virtual states

2016-09-26 Thread sbauman
Author: Spenser Bauman Branch: value-classes Changeset: r87404:460dc18502fe Date: 2016-09-26 16:14 -0400 http://bitbucket.org/pypy/pypy/changeset/460dc18502fe/ Log:Work on merging virtual and non-virtual states diff --git a/rpython/jit/metainterp/optimizeopt/test/test_virtualstate.py b/rpyt

[pypy-commit] pypy value-classes: Kill dead rop function

2016-09-26 Thread sbauman
Author: Spenser Bauman Branch: value-classes Changeset: r87405:da2ccb17ee1d Date: 2016-09-26 16:24 -0400 http://bitbucket.org/pypy/pypy/changeset/da2ccb17ee1d/ Log:Kill dead rop function diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py --- a/rpyth

[pypy-commit] pypy value-classes: Cleanup

2016-09-26 Thread sbauman
Author: Spenser Bauman Branch: value-classes Changeset: r87403:e927b403b073 Date: 2016-09-26 13:05 -0400 http://bitbucket.org/pypy/pypy/changeset/e927b403b073/ Log:Cleanup diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py b/rpython/jit/metainterp/optimizeopt/virtualstate.py --

[pypy-commit] pypy buffer-interface2: merge default into branch

2016-09-26 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87402:46f3011f6b83 Date: 2016-09-26 22:07 +0300 http://bitbucket.org/pypy/pypy/changeset/46f3011f6b83/ Log:merge default into branch diff too long, truncating to 2000 out of 2477 lines diff --git a/lib-python/2.7/distutils/sysconfig_

[pypy-commit] pypy closed-branches: re-close this branch

2016-09-26 Thread mattip
Author: Matti Picus Branch: closed-branches Changeset: r87401:3c1fdb654106 Date: 2016-09-26 22:02 +0300 http://bitbucket.org/pypy/pypy/changeset/3c1fdb654106/ Log:re-close this branch ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] pypy closed-branches: Merge closed head ba39bd805638 on branch zarch-simd-support

2016-09-26 Thread mattip
Author: Matti Picus Branch: closed-branches Changeset: r87399:c2e0070d0212 Date: 2016-09-26 22:02 +0300 http://bitbucket.org/pypy/pypy/changeset/c2e0070d0212/ Log:Merge closed head ba39bd805638 on branch zarch-simd-support ___ pypy-commit mailing l

[pypy-commit] pypy closed-branches: Merge closed head d37191c0da88 on branch cpyext-null-slots

2016-09-26 Thread mattip
Author: Matti Picus Branch: closed-branches Changeset: r87400:3ded4861a366 Date: 2016-09-26 22:02 +0300 http://bitbucket.org/pypy/pypy/changeset/3ded4861a366/ Log:Merge closed head d37191c0da88 on branch cpyext-null-slots ___ pypy-commit mailing li

[pypy-commit] pypy closed-branches: Merge closed head faca61b444b4 on branch w-xor-x2

2016-09-26 Thread mattip
Author: Matti Picus Branch: closed-branches Changeset: r87398:fd181c80ace7 Date: 2016-09-26 22:02 +0300 http://bitbucket.org/pypy/pypy/changeset/fd181c80ace7/ Log:Merge closed head faca61b444b4 on branch w-xor-x2 ___ pypy-commit mailing list pypy-c

[pypy-commit] pypy cpyext-null-slots: abandon making int(np.string_('abc')) raise a ValueError

2016-09-26 Thread mattip
Author: Matti Picus Branch: cpyext-null-slots Changeset: r87397:d37191c0da88 Date: 2016-09-26 21:57 +0300 http://bitbucket.org/pypy/pypy/changeset/d37191c0da88/ Log:abandon making int(np.string_('abc')) raise a ValueError diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typ

[pypy-commit] pypy py3k-faulthandler: in-progress

2016-09-26 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87396:80e8de7e078d Date: 2016-09-26 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/80e8de7e078d/ Log:in-progress diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof/cintf.py +++ b

[pypy-commit] pypy default: add comment

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87395:9e9d4ae8cad2 Date: 2016-09-26 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/9e9d4ae8cad2/ Log:add comment diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py --- a/rpython/jit/backend/x86/callbuild

[pypy-commit] pypy default: Fix what occurs near the limit MAX_STACK_DEPTH: I *think* it would

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87394:a6e7414f79c7 Date: 2016-09-26 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/a6e7414f79c7/ Log:Fix what occurs near the limit MAX_STACK_DEPTH: I *think* it would appear to skip some frames then, in the JIT case diff --git a/rpython/

[pypy-commit] pypy py3.5-bz2-lzma: adding properties and new parameters in py3.5 (work in progress)

2016-09-26 Thread plan_rich
Author: Richard Plangger Branch: py3.5-bz2-lzma Changeset: r87393:3bc7c28ee3a9 Date: 2016-09-26 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/3bc7c28ee3a9/ Log:adding properties and new parameters in py3.5 (work in progress) diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2

[pypy-commit] extradoc extradoc: assign me a new task

2016-09-26 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5716:16a9983d1c9a Date: 2016-09-26 15:19 +0200 http://bitbucket.org/pypy/extradoc/changeset/16a9983d1c9a/ Log:assign me a new task diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-progress.rst --- a/plann

[pypy-commit] extradoc extradoc: move compiler-workshop slides into scipyUS2016 dir

2016-09-26 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5714:3b81824d8ce8 Date: 2016-09-26 12:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/3b81824d8ce8/ Log:move compiler-workshop slides into scipyUS2016 dir diff --git a/talk/compiler-workshop-2016/pypy.rst b/talk/scipyUS2016/compile

[pypy-commit] extradoc extradoc: create new empty slide deck for my presentation in pyconza, rmeove test files for reveal.js

2016-09-26 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5715:61d8bc530462 Date: 2016-09-26 12:41 +0200 http://bitbucket.org/pypy/extradoc/changeset/61d8bc530462/ Log:create new empty slide deck for my presentation in pyconza, rmeove test files for reveal.js diff too long, truncating to

[pypy-commit] pypy default: Aaargh again. Borked the locking here. Shows up as a rare crash

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87392:c540b2c9656a Date: 2016-09-26 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/c540b2c9656a/ Log:Aaargh again. Borked the locking here. Shows up as a rare crash in test_lib_pypy/cffi_tests/embedding/test_thread. diff --git a/rpython/t

[pypy-commit] pypy default: Aargh, missing header meant that the "char *" was truncated to 32 bits

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87391:4e94cb209019 Date: 2016-09-26 10:24 +0100 http://bitbucket.org/pypy/pypy/changeset/4e94cb209019/ Log:Aargh, missing header meant that the "char *" was truncated to 32 bits (and *usually* it would fit in 32 bits, but of course, not

[pypy-commit] pypy default: Search first around the pypy executable (like previously),

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87390:0e3b02bb98e5 Date: 2016-09-26 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/0e3b02bb98e5/ Log:Search first around the pypy executable (like previously), and only when not found search around the libpypy-c.so diff --git a/pypy/goal/

[pypy-commit] pypy default: backout d1382b9d843b: doesn't work, dladdr() doesn't return the symlink's

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87389:42797eb41b78 Date: 2016-09-26 10:05 +0200 http://bitbucket.org/pypy/pypy/changeset/42797eb41b78/ Log:backout d1382b9d843b: doesn't work, dladdr() doesn't return the symlink's path anyway diff --git a/pypy/module/sys/initpath.py b/pypy/mod

[pypy-commit] pypy default: If libpypy-c.so is a symlink, look first around the non-deferred path to

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87387:d1382b9d843b Date: 2016-09-26 09:01 +0200 http://bitbucket.org/pypy/pypy/changeset/d1382b9d843b/ Log:If libpypy-c.so is a symlink, look first around the non-deferred path to libpypy-c.so, and then look around where the symlink points

[pypy-commit] pypy default: Fixes

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87388:1057a7b1ad5f Date: 2016-09-26 09:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1057a7b1ad5f/ Log:Fixes diff --git a/pypy/module/mmap/interp_mmap.py b/pypy/module/mmap/interp_mmap.py --- a/pypy/module/mmap/interp_mmap.py +++ b/pypy/module/mmap