[pypy-commit] stmgc default: Pass this test

2013-06-21 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r214:ae4b3bacf4c0 Date: 2013-06-21 11:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/ae4b3bacf4c0/ Log:Pass this test diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -484,6 +484,8 @@

[pypy-commit] stmgc implement-id: doesn't crash

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r218:7ed5c33f287e Date: 2013-06-20 21:09 +0200 http://bitbucket.org/pypy/stmgc/changeset/7ed5c33f287e/ Log:doesn't crash diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -59,7 +59,7

[pypy-commit] stmgc implement-id: intermediate backup before rewrite

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r219:589d41f3af88 Date: 2013-06-21 11:50 +0200 http://bitbucket.org/pypy/stmgc/changeset/589d41f3af88/ Log:intermediate backup before rewrite diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c

[pypy-commit] stmgc implement-id: merge default

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r222:2fe2cb9597de Date: 2013-06-21 13:25 +0200 http://bitbucket.org/pypy/stmgc/changeset/2fe2cb9597de/ Log:merge default diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -199,6 +199,7 @@ }

[pypy-commit] stmgc implement-id: minor changes

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r221:16af90468dcd Date: 2013-06-21 13:23 +0200 http://bitbucket.org/pypy/stmgc/changeset/16af90468dcd/ Log:minor changes diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -446,6 +446,7 @@ B =

[pypy-commit] stmgc implement-id: merge

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r217:74a48c97a3f6 Date: 2013-06-20 16:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/74a48c97a3f6/ Log:merge diff --git a/c4/demo2.c b/c4/demo2.c --- a/c4/demo2.c +++ b/c4/demo2.c @@ -105,7 +105,7 @@

[pypy-commit] stmgc default: minor changes

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r215:a295fa0455e1 Date: 2013-06-20 14:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/a295fa0455e1/ Log:minor changes diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c +++ b/c4/demo_random.c @@ -183,12

[pypy-commit] stmgc implement-id: amazingly seems to not crash..

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r220:c0ff042ed265 Date: 2013-06-21 13:08 +0200 http://bitbucket.org/pypy/stmgc/changeset/c0ff042ed265/ Log:amazingly seems to not crash.. diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -446,8 +446,9 @@

[pypy-commit] stmgc implement-id: work in progress

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r216:04f0776e142a Date: 2013-06-20 16:51 +0200 http://bitbucket.org/pypy/stmgc/changeset/04f0776e142a/ Log:work in progress diff --git a/c4/et.h b/c4/et.h --- a/c4/et.h +++ b/c4/et.h @@ -57,6 +57,9 @@ * but

[pypy-commit] stmgc default: Running major collections in test_random starts to work.

2013-06-21 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r223:e5e6919b5a54 Date: 2013-06-21 14:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/e5e6919b5a54/ Log:Running major collections in test_random starts to work. diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -1211,7

[pypy-commit] stmgc implement-id: mark some paths with assert(0) because they don't seem to be reached in demo_random.c

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r225:08871aa2ccfe Date: 2013-06-21 14:11 +0200 http://bitbucket.org/pypy/stmgc/changeset/08871aa2ccfe/ Log:mark some paths with assert(0) because they don't seem to be reached in demo_random.c diff --git

[pypy-commit] stmgc default: close anonymous

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r224:348eb80ca0c9 Date: 2013-06-21 13:37 +0200 http://bitbucket.org/pypy/stmgc/changeset/348eb80ca0c9/ Log:close anonymous ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] stmgc implement-id: fix tests and remove some of the assert(0), as they at least seem to be hit in tests

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r226:98c1eebad13c Date: 2013-06-21 14:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/98c1eebad13c/ Log:fix tests and remove some of the assert(0), as they at least seem to be hit in tests diff --git

[pypy-commit] stmgc implement-id: fix issue when HAS_ID flag gets removed

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r227:17d1d1ba2d0d Date: 2013-06-21 15:11 +0200 http://bitbucket.org/pypy/stmgc/changeset/17d1d1ba2d0d/ Log:fix issue when HAS_ID flag gets removed * updated demo_random diff --git a/c4/demo_random.c

[pypy-commit] stmgc implement-id: add simple tests

2013-06-21 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: implement-id Changeset: r228:d8b5144c17f4 Date: 2013-06-21 16:46 +0200 http://bitbucket.org/pypy/stmgc/changeset/d8b5144c17f4/ Log:add simple tests diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c +++

[pypy-commit] stmgc default: Two tests and two fixes.

2013-06-21 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r229:5d92b334f594 Date: 2013-06-21 16:55 +0200 http://bitbucket.org/pypy/stmgc/changeset/5d92b334f594/ Log:Two tests and two fixes. diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -243,6 +243,8 @@ else

[pypy-commit] pypy default: Test and fix issue with set optimization that made frozenset([1, 2]) set([2]) a set instead of an frozenset.

2013-06-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r64950:a178d3a3cf1b Date: 2013-06-21 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a178d3a3cf1b/ Log:Test and fix issue with set optimization that made frozenset([1, 2]) set([2]) a set instead of an frozenset. diff --git

[pypy-commit] pypy default: kill remnants of smallintobject

2013-06-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64951:ed6f1ae8a8f8 Date: 2013-06-20 17:00 -0700 http://bitbucket.org/pypy/pypy/changeset/ed6f1ae8a8f8/ Log:kill remnants of smallintobject diff --git a/pypy/objspace/std/boolobject.py b/pypy/objspace/std/boolobject.py ---

[pypy-commit] pypy stdlib-2.7.4: support --withoutmod-cpyext

2013-06-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.4 Changeset: r64952:489d7cdfdf2f Date: 2013-06-20 17:00 -0700 http://bitbucket.org/pypy/pypy/changeset/489d7cdfdf2f/ Log:support --withoutmod-cpyext diff --git a/lib-python/2.7/test/test_support.py

[pypy-commit] pypy stdlib-2.7.4: cpython issues #16029/16030: Fix pickling and repr of large xranges

2013-06-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: stdlib-2.7.4 Changeset: r64953:de804d0c19b6 Date: 2013-06-20 17:01 -0700 http://bitbucket.org/pypy/pypy/changeset/de804d0c19b6/ Log:cpython issues #16029/16030: Fix pickling and repr of large xranges diff --git

[pypy-commit] pypy default: merge upstream

2013-06-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64954:d0acdb6e6b8a Date: 2013-06-21 12:31 -0700 http://bitbucket.org/pypy/pypy/changeset/d0acdb6e6b8a/ Log:merge upstream diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---