[pypy-commit] pypy default: It seems that in an obscure case, get_constant_class() is called on a

2015-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r75778:97c2a0a39120 Date: 2015-02-09 02:51 +0100 http://bitbucket.org/pypy/pypy/changeset/97c2a0a39120/ Log:It seems that in an obscure case, get_constant_class() is called on a box that is the constant null. Can't reproduce it with small

[pypy-commit] pypy stmgc-c7: update to stmgc/e0ff682f6615 and fix the RPython code

2015-02-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75777:0f6ff5506d41 Date: 2015-02-09 00:18 +0100 http://bitbucket.org/pypy/pypy/changeset/0f6ff5506d41/ Log:update to stmgc/e0ff682f6615 and fix the RPython code diff --git a/pypy/module/pypystm/hashtable.py b/pypy/module/pypystm/hashtable.py --

[pypy-commit] stmgc default: The hack to copy around the other segment's read markers doesn't

2015-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1612:e0ff682f6615 Date: 2015-02-09 00:05 +0100 http://bitbucket.org/pypy/stmgc/changeset/e0ff682f6615/ Log:The hack to copy around the other segment's read markers doesn't really seem to work at all. Change the approach. diff --git a/c7/stm/cor

[pypy-commit] pypy default: fix for win32

2015-02-08 Thread mattip
Author: mattip Branch: Changeset: r75776:7b99e3307405 Date: 2015-02-08 23:23 +0200 http://bitbucket.org/pypy/pypy/changeset/7b99e3307405/ Log:fix for win32 diff --git a/rpython/rlib/test/test_rsocket.py b/rpython/rlib/test/test_rsocket.py --- a/rpython/rlib/test/test_rsocket.py +++ b/rpyth

[pypy-commit] pypy stmgc-c7: import stmgc/005668d99755

2015-02-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75775:7dc78d95f4a2 Date: 2015-02-08 22:15 +0100 http://bitbucket.org/pypy/pypy/changeset/7dc78d95f4a2/ Log:import stmgc/005668d99755 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] stmgc default: Subtle race condition

2015-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1611:005668d99755 Date: 2015-02-08 22:15 +0100 http://bitbucket.org/pypy/stmgc/changeset/005668d99755/ Log:Subtle race condition diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -312,6 +312,11 @@

[pypy-commit] pypy default: rename again

2015-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75774:458ebd4ba792 Date: 2015-02-08 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/458ebd4ba792/ Log:rename again diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy default: rename

2015-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75773:e1f05f94b491 Date: 2015-02-08 21:59 +0200 http://bitbucket.org/pypy/pypy/changeset/e1f05f94b491/ Log:rename diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py +++ b/

[pypy-commit] pypy default: don't use a standard exception here

2015-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75771:191745efb9be Date: 2015-02-08 21:57 +0200 http://bitbucket.org/pypy/pypy/changeset/191745efb9be/ Log:don't use a standard exception here diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interp

[pypy-commit] pypy default: merge

2015-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75772:3b020d7a1cff Date: 2015-02-08 21:57 +0200 http://bitbucket.org/pypy/pypy/changeset/3b020d7a1cff/ Log:merge diff --git a/pypy/doc/interpreter-optimizations.rst b/pypy/doc/interpreter-optimizations.rst --- a/pypy/doc/interpreter-optimizati

[pypy-commit] pypy optimize-locks: A branch to try to optimize the locks

2015-02-08 Thread arigo
Author: Armin Rigo Branch: optimize-locks Changeset: r75769:56224378453f Date: 2015-02-08 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/56224378453f/ Log:A branch to try to optimize the locks ___ pypy-commit mailing list pypy-commit@python.o

[pypy-commit] pypy optimize-locks: Meh. It's subtle code...

2015-02-08 Thread arigo
Author: Armin Rigo Branch: optimize-locks Changeset: r75770:a0ffa88963d1 Date: 2015-02-08 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/a0ffa88963d1/ Log:Meh. It's subtle code... diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a/rpython/rlib/rthread.py +++ b/rpython

[pypy-commit] pypy py3k: Fix various tests

2015-02-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75768:23b481782927 Date: 2015-02-08 20:32 +0100 http://bitbucket.org/pypy/pypy/changeset/23b481782927/ Log:Fix various tests diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_pypy/_ctypes/structure.py ++

[pypy-commit] pypy default: Details

2015-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r75767:9f3564782055 Date: 2015-02-08 20:15 +0100 http://bitbucket.org/pypy/pypy/changeset/9f3564782055/ Log:Details diff --git a/pypy/doc/interpreter-optimizations.rst b/pypy/doc/interpreter-optimizations.rst --- a/pypy/doc/interpreter-optimizations.rs

[pypy-commit] pypy vmprof: avoid a race condition here

2015-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75763:55403b25bb86 Date: 2015-02-06 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/55403b25bb86/ Log:avoid a race condition here diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c --- a/pypy/module/_vmp

[pypy-commit] pypy default: Try to make encode not call_may_force

2015-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75764:1d3d9fecd11d Date: 2015-02-08 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/1d3d9fecd11d/ Log:Try to make encode not call_may_force diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/inte

[pypy-commit] pypy default: merge

2015-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75765:221df618cf77 Date: 2015-02-08 20:59 +0200 http://bitbucket.org/pypy/pypy/changeset/221df618cf77/ Log:merge diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++ b/p

[pypy-commit] pypy vmprof: merge

2015-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75766:63924af8af13 Date: 2015-02-08 21:07 +0200 http://bitbucket.org/pypy/pypy/changeset/63924af8af13/ Log:merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailm

[pypy-commit] pypy py3k: Fix a test

2015-02-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75762:06870a7c11d8 Date: 2015-02-08 17:37 +0100 http://bitbucket.org/pypy/pypy/changeset/06870a7c11d8/ Log:Fix a test diff --git a/pypy/objspace/std/test/test_mapdict.py b/pypy/objspace/std/test/test_mapdict.py --- a/pypy/objspace/std/te

[pypy-commit] pypy py3k: Translation fixes

2015-02-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75761:e11bc12d0270 Date: 2015-02-08 17:14 +0100 http://bitbucket.org/pypy/pypy/changeset/e11bc12d0270/ Log:Translation fixes diff --git a/pypy/module/_posixsubprocess/interp_subprocess.py b/pypy/module/_posixsubprocess/interp_subprocess.

[pypy-commit] pypy py3k: hg merge default

2015-02-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75760:a4b363d6f714 Date: 2015-02-07 19:18 +0100 http://bitbucket.org/pypy/pypy/changeset/a4b363d6f714/ Log:hg merge default Probably a lot of issues. diff too long, truncating to 2000 out of 19140 lines diff --git a/.hgtags b/.hgtags ---

[pypy-commit] pypy stmgc-c7: re-add 'signals_enabled'

2015-02-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75759:fdd9315038c5 Date: 2015-02-08 10:09 +0100 http://bitbucket.org/pypy/pypy/changeset/fdd9315038c5/ Log:re-add 'signals_enabled' diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py --- a/lib_pypy/transaction.py +++ b/lib_pypy/tran