[pypy-commit] pypy stmgc-c8-gcc: another attempt to fix things (unsuccessfully)

2015-07-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r78657:bd074f735670 Date: 2015-07-24 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/bd074f735670/ Log:another attempt to fix things (unsuccessfully) diff --git a/rpython/memory/gctransform/stmframework.py b/rpython/memory/gctransform/

[pypy-commit] pypy default: since we're read only, don't do a copy when we don't have to

2015-07-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78655:1c1bafcc37b9 Date: 2015-07-24 14:58 +0200 http://bitbucket.org/pypy/pypy/changeset/1c1bafcc37b9/ Log:since we're read only, don't do a copy when we don't have to diff --git a/rpython/rlib/buffer.py b/rpython/rlib/buffer.py --- a/rpython/r

[pypy-commit] pypy default: merge

2015-07-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78656:1caecf593f7c Date: 2015-07-24 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/1caecf593f7c/ Log:merge diff --git a/pypy/module/operator/test/test_operator.py b/pypy/module/operator/test/test_operator.py --- a/pypy/module/operator/te

[pypy-commit] stmgc use-gcc: Backed out changeset: c0e7e64a894d

2015-07-24 Thread Raemi
Author: Remi Meier Branch: use-gcc Changeset: r1897:ce143e28d5ee Date: 2015-07-24 13:38 +0200 http://bitbucket.org/pypy/stmgc/changeset/ce143e28d5ee/ Log:Backed out changeset: c0e7e64a894d (was actually done already in a different way) diff --git a/c8/stm/sync.c b/c8/stm/sync.c --- a

[pypy-commit] pypy stmgc-c8-gcc: Backed out changeset: 188629c10d4a

2015-07-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r78654:6c2f7b61c774 Date: 2015-07-24 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/6c2f7b61c774/ Log:Backed out changeset: 188629c10d4a (was actually done already in a different way) diff --git a/rpython/translator/stm/src_stm

[pypy-commit] pypy default: Add a test for operator.methodcaller()

2015-07-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r78653:e7ee41dab3bd Date: 2015-07-24 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/e7ee41dab3bd/ Log:Add a test for operator.methodcaller() diff --git a/pypy/module/operator/test/test_operator.py b/pypy/module/operator/test/test_operator.py ---

[pypy-commit] pypy fix-strbuf: failing test

2015-07-24 Thread fijal
Author: Maciej Fijalkowski Branch: fix-strbuf Changeset: r78652:7b73c5d11ce0 Date: 2015-07-24 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/7b73c5d11ce0/ Log:failing test diff --git a/pypy/objspace/std/strbufobject.py b/pypy/objspace/std/strbufobject.py --- a/pypy/objspace/std/strbuf

[pypy-commit] pypy default: test fix after 7ebfda5c3881, now test is cpython compatible

2015-07-24 Thread mattip
Author: mattip Branch: Changeset: r78651:c176f08d7abd Date: 2015-07-24 12:51 +0300 http://bitbucket.org/pypy/pypy/changeset/c176f08d7abd/ Log:test fix after 7ebfda5c3881, now test is cpython compatible diff --git a/pypy/objspace/test/test_descroperation.py b/pypy/objspace/test/test_descrop

[pypy-commit] pypy default: trivial jit-test opcode fix

2015-07-24 Thread mattip
Author: mattip Branch: Changeset: r78650:dde9255e376c Date: 2015-07-24 12:49 +0300 http://bitbucket.org/pypy/pypy/changeset/dde9255e376c/ Log:trivial jit-test opcode fix diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py ---

[pypy-commit] pypy stmgc-c8-gcc: import stmgc and hopefully fix the issue of tearing down a thread before really committing the running transaction

2015-07-24 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r78649:188629c10d4a Date: 2015-07-24 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/188629c10d4a/ Log:import stmgc and hopefully fix the issue of tearing down a thread before really committing the running transaction diff --git

[pypy-commit] stmgc use-gcc: add stm_leave_transactional_zone_final for use before freeing thread resources

2015-07-24 Thread Raemi
Author: Remi Meier Branch: use-gcc Changeset: r1896:c0e7e64a894d Date: 2015-07-24 11:13 +0200 http://bitbucket.org/pypy/stmgc/changeset/c0e7e64a894d/ Log:add stm_leave_transactional_zone_final for use before freeing thread resources diff --git a/c8/stm/sync.c b/c8/stm/sync.c --- a/c8