[pypy-commit] pypy py3.3: add _csv test_quotechar

2014-07-27 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72551:d43ba084a258 Date: 2014-07-27 10:20 +0200 http://bitbucket.org/pypy/pypy/changeset/d43ba084a258/ Log:add _csv test_quotechar diff --git a/pypy/module/_csv/test/test_dialect.py b/pypy/module/_csv/test/test_dialect.py

[pypy-commit] pypy py3.3: add _csv test_delimiter test and replicate cpython error handling

2014-07-27 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72550:44f52293da32 Date: 2014-07-27 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/44f52293da32/ Log:add _csv test_delimiter test and replicate cpython error handling diff --git a/pypy/module/_csv/interp_csv.py

[pypy-commit] pypy gc-incminimark-pinning: additional tests: old obj points to old obj pointing to pinned one.

2014-07-27 Thread groggi
Author: Gregor Wegberg c...@gregorwegberg.com Branch: gc-incminimark-pinning Changeset: r72552:203c544e7906 Date: 2014-07-27 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/203c544e7906/ Log:additional tests: old obj points to old obj pointing to pinned one. In addition added

[pypy-commit] pypy py3.3: Handle optimize=1 in calls to compile builtin function (remove asserts).

2014-07-27 Thread kvas
Author: Vasily Kuznetsov kvas...@gmail.com Branch: py3.3 Changeset: r72553:52aa5e85cfdf Date: 2014-07-27 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/52aa5e85cfdf/ Log:Handle optimize=1 in calls to compile builtin function (remove asserts). diff --git

[pypy-commit] pypy py3.3: add custom __repr__ to Cell

2014-07-27 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72556:c799b96b7ec5 Date: 2014-07-27 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/c799b96b7ec5/ Log:add custom __repr__ to Cell diff --git a/pypy/interpreter/nestedscope.py b/pypy/interpreter/nestedscope.py ---

[pypy-commit] pypy py3.3: fix repr test_descriptors to accept pypy repr for dict.items

2014-07-27 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72555:c0bb7244f113 Date: 2014-07-27 11:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c0bb7244f113/ Log:fix repr test_descriptors to accept pypy repr for dict.items diff --git a/lib-python/3/test/test_reprlib.py

[pypy-commit] pypy py3.3: Merged in numerodix/pypy/py3.3 (pull request #252)

2014-07-27 Thread arigo
Author: Armin Rigo armin.r...@gmail.com Branch: py3.3 Changeset: r72557:d4d93a364ca7 Date: 2014-07-27 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/d4d93a364ca7/ Log:Merged in numerodix/pypy/py3.3 (pull request #252) py3.3 fixes for reprlib tests diff --git

[pypy-commit] pypy py3.3: fix repr test_builtin_function to accept pypy repr for string split method

2014-07-27 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72554:f1c6ae47c0d4 Date: 2014-07-27 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/f1c6ae47c0d4/ Log:fix repr test_builtin_function to accept pypy repr for string split method diff --git

[pypy-commit] lang-smalltalk storage-interpreter-refactoring: Finished refactoring. Tests green and compiling.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-interpreter-refactoring Changeset: r950:1551fe558ac2 Date: 2014-07-25 09:05 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/1551fe558ac2/ Log:Finished refactoring. Tests green and compiling. diff --git

[pypy-commit] lang-smalltalk storage-interpreter-refactoring: Updated test.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-interpreter-refactoring Changeset: r949:b18685474409 Date: 2014-07-23 15:30 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b18685474409/ Log:Updated test. diff --git a/spyvm/test/test_model.py

[pypy-commit] lang-smalltalk storage-context-state-v2: Added the rest of the refactoring.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-context-state-v2 Changeset: r955:92d182dabea1 Date: 2014-07-25 16:33 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/92d182dabea1/ Log:Added the rest of the refactoring. diff --git a/spyvm/interpreter.py

[pypy-commit] lang-smalltalk storage: Commented out instpecting of event input queue in #fetchMoreEvents.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage Changeset: r958:6e826a50e53c Date: 2014-07-26 10:26 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6e826a50e53c/ Log:Commented out instpecting of event input queue in #fetchMoreEvents. diff --git

[pypy-commit] lang-smalltalk storage-context-state-v2: Added part of the context state refactoring.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-context-state-v2 Changeset: r954:7292a07cb139 Date: 2014-07-25 11:07 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/7292a07cb139/ Log:Added part of the context state refactoring. diff --git a/spyvm/interpreter.py

[pypy-commit] lang-smalltalk storage-context-state-v2: Removed LocalReturn exception, handling it with flags in the Return exception.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-context-state-v2 Changeset: r959:b76819c9b3b6 Date: 2014-07-27 11:18 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b76819c9b3b6/ Log:Removed LocalReturn exception, handling it with flags in the Return

[pypy-commit] lang-smalltalk storage: Merged.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage Changeset: r960:3c59d53022d4 Date: 2014-07-27 11:24 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3c59d53022d4/ Log:Merged. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++

[pypy-commit] lang-smalltalk storage: Added trace option to only show process switches, stack overflows and sender chain manipulations.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage Changeset: r957:4e239fce82f4 Date: 2014-07-26 10:24 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4e239fce82f4/ Log:Added trace option to only show process switches, stack overflows and sender chain

[pypy-commit] lang-smalltalk storage-interpreter-refactoring: Intermediate commit.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-interpreter-refactoring Changeset: r948:3d889c32a173 Date: 2014-07-25 08:55 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3d889c32a173/ Log:Intermediate commit. Added message to all SmalltalkExceptions,

[pypy-commit] lang-smalltalk storage: Merged.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage Changeset: r951:c78638460d93 Date: 2014-07-25 09:07 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/c78638460d93/ Log:Merged. diff too long, truncating to 2000 out of 2038 lines diff --git a/spyvm/error.py

[pypy-commit] lang-smalltalk storage: Cleaned up tests a little by extracting helper methods.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage Changeset: r961:95be1db81391 Date: 2014-07-27 12:16 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/95be1db81391/ Log:Cleaned up tests a little by extracting helper methods. diff --git

[pypy-commit] lang-smalltalk storage-context-state-v2: Delaying SenderChainManipulation as much as possible.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-context-state-v2 Changeset: r952:288e40aaf989 Date: 2014-07-18 15:29 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/288e40aaf989/ Log:Delaying SenderChainManipulation as much as possible. Added a 'state'

[pypy-commit] lang-smalltalk storage-context-state-v2: Added some Squeak image tests.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-context-state-v2 Changeset: r956:f500ff8dea45 Date: 2014-07-25 16:33 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f500ff8dea45/ Log:Added some Squeak image tests. diff --git a/spyvm/test/test_interpreter.py

[pypy-commit] lang-smalltalk storage-context-state-v2: Fixed tests, added tests.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage-context-state-v2 Changeset: r953:6a476300d0c3 Date: 2014-07-18 15:29 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6a476300d0c3/ Log:Fixed tests, added tests. diff --git a/spyvm/test/test_interpreter.py

[pypy-commit] pypy py3k-qualname: Add __qualname__ attribute to Function

2014-07-27 Thread Ian Foote
Author: Ian Foote pyt...@ian.feete.org Branch: py3k-qualname Changeset: r72559:d3fcc7dfcdee Date: 2014-07-26 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/d3fcc7dfcdee/ Log:Add __qualname__ attribute to Function Cheat by re-using __name__ implementation without adding extra

[pypy-commit] pypy py3k-qualname: A branch to implement the __qualname__ attribute

2014-07-27 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: py3k-qualname Changeset: r72558:0bbca39a93bb Date: 2014-07-27 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/0bbca39a93bb/ Log:A branch to implement the __qualname__ attribute diff --git a/pypy/interpreter/pyopcode.py

[pypy-commit] pypy py3k-qualname: Failed attempt to update _make_function to add qualname to bytecode

2014-07-27 Thread Ian Foote
Author: Ian Foote pyt...@ian.feete.org Branch: py3k-qualname Changeset: r72560:04e12b74c3cd Date: 2014-07-26 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/04e12b74c3cd/ Log:Failed attempt to update _make_function to add qualname to bytecode diff --git

[pypy-commit] lang-smalltalk storage: Merged default.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko anton.gule...@googlemail.com Branch: storage Changeset: r962:44419a6b6d08 Date: 2014-07-27 12:29 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/44419a6b6d08/ Log:Merged default. diff --git a/README.md b/README.md new file mode 100644 --- /dev/null +++

[pypy-commit] pypy py3.3: Introducing the missing method _compare_digest in the module operator.

2014-07-27 Thread agobi
Author: Attila Gobi attila.g...@gmail.com Branch: py3.3 Changeset: r72562:b453ad72cd9a Date: 2014-07-27 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b453ad72cd9a/ Log:Introducing the missing method _compare_digest in the module operator. The method is used in the hmac module.

[pypy-commit] pypy py3.3: Implement docstring stripping for compile(..., optimize=2).

2014-07-27 Thread kvas
Author: Vasily Kuznetsov kvas...@gmail.com Branch: py3.3 Changeset: r72561:17f769cdad0a Date: 2014-07-27 13:27 +0200 http://bitbucket.org/pypy/pypy/changeset/17f769cdad0a/ Log:Implement docstring stripping for compile(..., optimize=2). diff --git a/pypy/interpreter/astcompiler/codegen.py

[pypy-commit] pypy py3.3: Merging py3.3

2014-07-27 Thread agobi
Author: Attila Gobi attila.g...@gmail.com Branch: py3.3 Changeset: r72564:5a1e336d58d6 Date: 2014-07-27 13:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5a1e336d58d6/ Log:Merging py3.3 diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py ---

[pypy-commit] pypy py3.3: fixing return type of _compare_digest

2014-07-27 Thread agobi
Author: Attila Gobi attila.g...@gmail.com Branch: py3.3 Changeset: r72563:69a3e8128a9c Date: 2014-07-27 13:36 +0200 http://bitbucket.org/pypy/pypy/changeset/69a3e8128a9c/ Log:fixing return type of _compare_digest diff --git a/pypy/module/operator/tscmp.py b/pypy/module/operator/tscmp.py ---

[pypy-commit] pypy improve-docs: Remove redundant paragraphs that were both in translation.rst and rtyper.rst.

2014-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72566:ed4bb506fa58 Date: 2014-07-27 13:04 +0200 http://bitbucket.org/pypy/pypy/changeset/ed4bb506fa58/ Log:Remove redundant paragraphs that were both in translation.rst and rtyper.rst. diff --git a/rpython/doc/rtyper.rst

[pypy-commit] pypy improve-docs: Update documentions TODO.

2014-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72565:fe580312d6dd Date: 2014-07-26 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/fe580312d6dd/ Log:Update documentions TODO. diff --git a/TODO-docs b/TODO-docs --- a/TODO-docs +++ b/TODO-docs @@ -4,18 +4,19 @@ General ---

[pypy-commit] pypy improve-docs: Remove mentions of stackless transformations in translation.rst and move 'backend optimizations' section up.

2014-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72567:f2f69932b991 Date: 2014-07-27 14:01 +0200 http://bitbucket.org/pypy/pypy/changeset/f2f69932b991/ Log:Remove mentions of stackless transformations in translation.rst and move 'backend optimizations' section up. diff --git

[pypy-commit] pypy py3.3: Fix error message for converting surrogate to int

2014-07-27 Thread Ian Foote
Author: Ian Foote pyt...@ian.feete.org Branch: py3.3 Changeset: r72568:13703de458c9 Date: 2014-07-27 14:01 +0200 http://bitbucket.org/pypy/pypy/changeset/13703de458c9/ Log:Fix error message for converting surrogate to int diff --git a/pypy/objspace/std/test/test_intobject.py

[pypy-commit] pypy py3.3: Add a test for interaction between -O and optimize=0.

2014-07-27 Thread kvas
Author: Vasily Kuznetsov kvas...@gmail.com Branch: py3.3 Changeset: r72570:fbd2b376181f Date: 2014-07-27 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/fbd2b376181f/ Log:Add a test for interaction between -O and optimize=0. diff --git a/pypy/module/__builtin__/test/test_compile.py

[pypy-commit] pypy py3.3: merge heads

2014-07-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: py3.3 Changeset: r72571:58ed28228b4d Date: 2014-07-27 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/58ed28228b4d/ Log:merge heads diff --git a/pypy/module/__builtin__/test/test_compile.py b/pypy/module/__builtin__/test/test_compile.py ---

[pypy-commit] pypy py3.3: Apply all PyPy specific tweaks to the test suite that were removed with the merge of stdlib 3.3.

2014-07-27 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r72572:d9b7e7669d2b Date: 2014-07-27 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/d9b7e7669d2b/ Log:Apply all PyPy specific tweaks to the test suite that were removed with the merge of stdlib 3.3. diff

[pypy-commit] pypy py3.3: reapply another workaround from the py3k branch

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72573:37baa95f62f2 Date: 2014-07-26 14:52 -0700 http://bitbucket.org/pypy/pypy/changeset/37baa95f62f2/ Log:reapply another workaround from the py3k branch diff --git a/lib-python/3/test/test_marshal.py

[pypy-commit] pypy py3.3: call this args_w per the naming conventions

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72574:d13fde936489 Date: 2014-07-27 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/d13fde936489/ Log:call this args_w per the naming conventions diff --git a/pypy/module/__builtin__/functional.py

[pypy-commit] pypy py3.3: simplify

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72576:504023330351 Date: 2014-07-27 11:36 -0700 http://bitbucket.org/pypy/pypy/changeset/504023330351/ Log:simplify diff --git a/pypy/module/operator/tscmp.py b/pypy/module/operator/tscmp.py ---

[pypy-commit] pypy py3.3: merge upstream

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72577:36addf5a5e3d Date: 2014-07-27 11:39 -0700 http://bitbucket.org/pypy/pypy/changeset/36addf5a5e3d/ Log:merge upstream ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3.3: pep8/use oefmt

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72575:6704fc912ee1 Date: 2014-07-27 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/6704fc912ee1/ Log:pep8/use oefmt diff --git a/pypy/module/operator/test/test_tscmp.py b/pypy/module/operator/test/test_tscmp.py ---

[pypy-commit] pypy py3.3: fix translation: uid is based on id (not rpython), we need to use getaddrstring

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72578:6f49b270e66a Date: 2014-07-27 13:03 -0700 http://bitbucket.org/pypy/pypy/changeset/6f49b270e66a/ Log:fix translation: uid is based on id (not rpython), we need to use getaddrstring instead diff --git

[pypy-commit] pypy improve-docs: Replace outdated figure.

2014-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72579:a14b0250404e Date: 2014-07-27 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/a14b0250404e/ Log:Replace outdated figure. diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst --- a/rpython/doc/translation.rst

[pypy-commit] pypy py3.3: hopefully fix translation (tscmp.c:5:10: fatal error: 'tscmp.h' file not found)

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72580:871e353f33fc Date: 2014-07-27 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/871e353f33fc/ Log:hopefully fix translation (tscmp.c:5:10: fatal error: 'tscmp.h' file not found) diff --git

[pypy-commit] pypy improve-docs: Remove two sections:

2014-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72581:8dcbeb5dabed Date: 2014-07-27 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/8dcbeb5dabed/ Log:Remove two sections: 1. The section about other backends. Currently there's only the C backend. 2. The section

[pypy-commit] pypy improve-docs: Move two paragraphs from architecture.rst to index.rst, which now are used as introductory words (with some modifications).

2014-07-27 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72582:48825b4cc915 Date: 2014-07-27 23:40 +0200 http://bitbucket.org/pypy/pypy/changeset/48825b4cc915/ Log:Move two paragraphs from architecture.rst to index.rst, which now are used as introductory words (with some modifications).

[pypy-commit] pypy py3.3: allow generators to return values (part of pep380)

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72583:8a51205e1709 Date: 2014-07-27 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/8a51205e1709/ Log:allow generators to return values (part of pep380) diff --git a/pypy/interpreter/astcompiler/symtable.py

[pypy-commit] pypy py3.3: fill in _STRUCT_TM_TIMES

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72584:ca139d96a0fa Date: 2014-07-27 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/ca139d96a0fa/ Log:fill in _STRUCT_TM_TIMES diff --git a/pypy/module/rctime/__init__.py b/pypy/module/rctime/__init__.py ---

[pypy-commit] pypy py3k: merge default

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r72586:02100350c9f0 Date: 2014-07-27 16:49 -0700 http://bitbucket.org/pypy/pypy/changeset/02100350c9f0/ Log:merge default diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++

[pypy-commit] pypy py3.3: merge py3k

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72587:544362d4110b Date: 2014-07-27 16:49 -0700 http://bitbucket.org/pypy/pypy/changeset/544362d4110b/ Log:merge py3k diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++

[pypy-commit] pypy py3.3: avoid deprecated imp.get_suffixes

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72585:f27c9e5a772b Date: 2014-07-27 16:48 -0700 http://bitbucket.org/pypy/pypy/changeset/f27c9e5a772b/ Log:avoid deprecated imp.get_suffixes diff --git a/lib-python/3/distutils/command/build_ext.py

[pypy-commit] pypy py3.3: fix space.sys.debug tweak leaking outside of these tests

2014-07-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r72588:ecd762272c96 Date: 2014-07-27 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/ecd762272c96/ Log:fix space.sys.debug tweak leaking outside of these tests diff --git a/pypy/module/__builtin__/test/test_compile.py