Author: Armin Rigo <[email protected]> Branch: stm-thread-2 Changeset: r60773:b289e16ed1f5 Date: 2013-01-31 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/b289e16ed1f5/
Log: Move these in place too. diff --git a/pypy/translator/stm/src_stm/et.c b/rpython/translator/stm/src_stm/et.c rename from pypy/translator/stm/src_stm/et.c rename to rpython/translator/stm/src_stm/et.c diff --git a/pypy/translator/stm/test/richards.py b/rpython/translator/stm/test/richards.py rename from pypy/translator/stm/test/richards.py rename to rpython/translator/stm/test/richards.py diff --git a/pypy/translator/stm/test/test_writebarrier.py b/rpython/translator/stm/test/test_writebarrier.py rename from pypy/translator/stm/test/test_writebarrier.py rename to rpython/translator/stm/test/test_writebarrier.py diff --git a/pypy/translator/stm/test/transform2_support.py b/rpython/translator/stm/test/transform2_support.py rename from pypy/translator/stm/test/transform2_support.py rename to rpython/translator/stm/test/transform2_support.py diff --git a/pypy/translator/stm/writebarrier.py b/rpython/translator/stm/writebarrier.py rename from pypy/translator/stm/writebarrier.py rename to rpython/translator/stm/writebarrier.py _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
