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/
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
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
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
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
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
---
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
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
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
---
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
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
11 matches
Mail list logo