[pypy-commit] pypy stdlib-2.7.8: sys.exit() should produce a SystemExit with code is None

2014-08-22 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: stdlib-2.7.8 Changeset: r72963:8ab4bb347653 Date: 2014-08-12 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/8ab4bb347653/ Log:sys.exit() should produce a SystemExit with code is None (grafted from

[pypy-commit] pypy stdlib-2.7.8: add custom __repr__ to Cell

2014-08-22 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: stdlib-2.7.8 Changeset: r72981:43b8e678a5e5 Date: 2014-07-27 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/43b8e678a5e5/ Log:add custom __repr__ to Cell (grafted from c799b96b7ec531b447afdfeeaf574146af1eb3d3) diff --git

[pypy-commit] pypy default: fix typo

2014-08-21 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: Changeset: r72952:54408dd5e0f8 Date: 2014-08-21 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/54408dd5e0f8/ Log:fix typo diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -354,6 +354,6 @@ See the License for the

[pypy-commit] pypy py3.3: implement os.truncate

2014-08-20 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72937:1a0bf771caeb Date: 2014-08-20 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/1a0bf771caeb/ Log:implement os.truncate diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py ---

[pypy-commit] pypy py3.3: add missing lzma.LZMAError

2014-08-20 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72938:5f4688671d8e Date: 2014-08-20 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/5f4688671d8e/ Log:add missing lzma.LZMAError diff --git a/pypy/module/_lzma/__init__.py b/pypy/module/_lzma/__init__.py ---

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

2014-08-19 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72917:6fcd3a9ba6e2 Date: 2014-08-19 22:13 +0200 http://bitbucket.org/pypy/pypy/changeset/6fcd3a9ba6e2/ Log:Merged in numerodix/pypy/py3.3-fixes2 (pull request #271) remove time.accept2dyear (removed in python 3.3

[pypy-commit] pypy py3.3-fixes2: remove time.accept2dyear (removed in pythong 3.3)

2014-08-19 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes2 Changeset: r72916:df851de79c11 Date: 2014-08-19 20:20 +0200 http://bitbucket.org/pypy/pypy/changeset/df851de79c11/ Log:remove time.accept2dyear (removed in pythong 3.3) diff --git a/pypy/module/rctime/__init__.py

[pypy-commit] pypy py3.3-fixes2: implement flush kwarg for print()

2014-08-17 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes2 Changeset: r72843:c92b637d6a83 Date: 2014-08-17 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/c92b637d6a83/ Log:implement flush kwarg for print() diff --git a/pypy/module/__builtin__/app_io.py

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

2014-08-17 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes2 Changeset: r72842:bb19e3e737b0 Date: 2014-08-17 15:00 +0200 http://bitbucket.org/pypy/pypy/changeset/bb19e3e737b0/ Log:merge py3.3 diff too long, truncating to 2000 out of 2 lines diff --git a/_pytest/__init__.py

[pypy-commit] pypy py3.3-fixes3: add missing name attribute for MD5Type

2014-08-17 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes3 Changeset: r72858:18c94a38e38e Date: 2014-08-17 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/18c94a38e38e/ Log:add missing name attribute for MD5Type diff --git a/pypy/module/_md5/interp_md5.py

[pypy-commit] pypy py3.3-fixes3: fix unbound variable

2014-08-17 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes3 Changeset: r72859:7bdae69fd02e Date: 2014-08-17 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/7bdae69fd02e/ Log:fix unbound variable diff --git a/lib-python/3/test/test_hashlib.py b/lib-python/3/test/test_hashlib.py ---

[pypy-commit] pypy py3.3-fixes3: add .name attribute for all instances of shaXXX classes

2014-08-17 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes3 Changeset: r72862:98b3c0bab1fe Date: 2014-08-17 20:14 +0200 http://bitbucket.org/pypy/pypy/changeset/98b3c0bab1fe/ Log:add .name attribute for all instances of shaXXX classes diff --git a/lib_pypy/_sha1.py b/lib_pypy/_sha1.py

[pypy-commit] pypy py3.3-fixes3: port _sha512.py module test to py3

2014-08-17 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes3 Changeset: r72861:9852a31d49d9 Date: 2014-08-17 19:50 +0200 http://bitbucket.org/pypy/pypy/changeset/9852a31d49d9/ Log:port _sha512.py module test to py3 diff --git a/lib_pypy/_sha512.py b/lib_pypy/_sha512.py ---

[pypy-commit] pypy py3.3-fixes3: port _sha256.py to py3

2014-08-17 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes3 Changeset: r72860:27a13b5357da Date: 2014-08-17 19:49 +0200 http://bitbucket.org/pypy/pypy/changeset/27a13b5357da/ Log:port _sha256.py to py3 diff --git a/lib_pypy/_sha256.py b/lib_pypy/_sha256.py --- a/lib_pypy/_sha256.py +++

[pypy-commit] pypy py3.3-fixes3: add tests for .name attribute on sha objects

2014-08-17 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes3 Changeset: r72863:51ec894e3d52 Date: 2014-08-17 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/51ec894e3d52/ Log:add tests for .name attribute on sha objects diff --git a/pypy/module/test_lib_pypy/test_sha_extra.py

[pypy-commit] pypy py3.3-fixes2: bz2: disallow pickling for compressor/decompresson (cpython compat)

2014-08-16 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes2 Changeset: r72831:a11bfe6cc0b1 Date: 2014-08-15 23:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a11bfe6cc0b1/ Log:bz2: disallow pickling for compressor/decompresson (cpython compat) diff --git

[pypy-commit] pypy py3.3-fixes2: prefer oefmt over OperationError

2014-08-16 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes2 Changeset: r72832:50ea833f79dd Date: 2014-08-16 06:57 +0200 http://bitbucket.org/pypy/pypy/changeset/50ea833f79dd/ Log:prefer oefmt over OperationError diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py

[pypy-commit] pypy py3.3-fixes2: make test_debugmallocstats cpython only

2014-08-12 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes2 Changeset: r72768:ceebddacd8c1 Date: 2014-08-12 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/ceebddacd8c1/ Log:make test_debugmallocstats cpython only diff --git a/lib-python/3/test/test_sys.py

[pypy-commit] pypy py3.3-fixes2: sys.exit() should produce a SystemExit with code is None

2014-08-12 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes2 Changeset: r72775:4558aef78acc Date: 2014-08-12 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/4558aef78acc/ Log:sys.exit() should produce a SystemExit with code is None diff --git

[pypy-commit] pypy improve-docs-fixes: fix typo

2014-08-09 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72730:17a069157969 Date: 2014-08-03 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/17a069157969/ Log:fix typo diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst --- a/rpython/doc/windows.rst

[pypy-commit] pypy improve-docs-fixes: fix typo

2014-08-09 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72731:c6f8542c472b Date: 2014-08-03 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/c6f8542c472b/ Log:fix typo diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst --- a/rpython/doc/windows.rst

[pypy-commit] pypy improve-docs-fixes: use a different wording

2014-08-09 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72733:af71f724922c Date: 2014-08-04 06:10 +0200 http://bitbucket.org/pypy/pypy/changeset/af71f724922c/ Log:use a different wording diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst ---

[pypy-commit] pypy improve-docs-fixes: fix some typos

2014-08-09 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72732:7f2b23211785 Date: 2014-08-03 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/7f2b23211785/ Log:fix some typos diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst ---

[pypy-commit] pypy improve-docs-fixes: update link to bug tracker

2014-08-03 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72662:6057597cf892 Date: 2014-08-03 12:17 +0200 http://bitbucket.org/pypy/pypy/changeset/6057597cf892/ Log:update link to bug tracker diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst ---

[pypy-commit] pypy improve-docs-fixes: fix typos and awkward wording

2014-08-03 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72661:b3db0567b334 Date: 2014-08-02 20:20 +0200 http://bitbucket.org/pypy/pypy/changeset/b3db0567b334/ Log:fix typos and awkward wording diff --git a/pypy/doc/you-want-to-help.rst

[pypy-commit] pypy improve-docs-fixes: add lzma to build-time dependencies (required for py3.3)

2014-08-03 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72660:cbb086cc9406 Date: 2014-08-02 19:52 +0200 http://bitbucket.org/pypy/pypy/changeset/cbb086cc9406/ Log:add lzma to build-time dependencies (required for py3.3) diff --git a/pypy/doc/build.rst

[pypy-commit] pypy improve-docs-fixes: use a more robust (hopefully) bug tracker url

2014-08-03 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72666:ef9b286e5879 Date: 2014-08-03 17:59 +0200 http://bitbucket.org/pypy/pypy/changeset/ef9b286e5879/ Log:use a more robust (hopefully) bug tracker url diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst ---

[pypy-commit] pypy improve-docs-fixes: remove obsolete paragraph about translation to Java/.NET

2014-08-03 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72663:2e6e8dfca126 Date: 2014-08-03 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/2e6e8dfca126/ Log:remove obsolete paragraph about translation to Java/.NET diff --git a/pypy/doc/cpython_differences.rst

[pypy-commit] pypy improve-docs-fixes: move lzma instructions to dedicated Python 3.3 section

2014-08-03 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72664:0c0a5730d7c7 Date: 2014-08-03 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/0c0a5730d7c7/ Log:move lzma instructions to dedicated Python 3.3 section diff --git a/pypy/doc/build.rst

[pypy-commit] pypy improve-docs-fixes: restore lzma instructions to the common section

2014-08-03 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72665:1c82abf52290 Date: 2014-08-03 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/1c82abf52290/ Log:restore lzma instructions to the common section diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst

[pypy-commit] pypy improve-docs-fixes: refer to PyPy3 rather than Python 3.3

2014-08-03 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72667:a8628eb1bb4f Date: 2014-08-03 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/a8628eb1bb4f/ Log:refer to PyPy3 rather than Python 3.3 diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst ---

[pypy-commit] pypy py3.3-fixes: wrap LONGLONG_MASK (fixes #1836)

2014-08-02 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes Changeset: r72654:744ada0a9c08 Date: 2014-08-02 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/744ada0a9c08/ Log:wrap LONGLONG_MASK (fixes #1836) diff --git a/pypy/module/_lzma/interp_lzma.py

[pypy-commit] pypy improve-docs-fixes: fix typos

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72631:91450a0f17bc Date: 2014-07-31 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/91450a0f17bc/ Log:fix typos diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst ---

[pypy-commit] pypy improve-docs-fixes: fix typo

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: improve-docs-fixes Changeset: r72632:98cb8999d9f7 Date: 2014-07-31 21:18 +0200 http://bitbucket.org/pypy/pypy/changeset/98cb8999d9f7/ Log:fix typo diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst ---

[pypy-commit] pypy py3.3: omit sorting the items in dir/type/module __dir__, like cpython does

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72646:743d934f01f7 Date: 2014-08-01 21:16 +0200 http://bitbucket.org/pypy/pypy/changeset/743d934f01f7/ Log:omit sorting the items in dir/type/module __dir__, like cpython does diff --git a/pypy/interpreter/module.py

[pypy-commit] pypy py3.3: prefer use of __mro__ instead of recursing the inheritance hierarchy

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72642:239d45aea639 Date: 2014-07-29 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/239d45aea639/ Log:prefer use of __mro__ instead of recursing the inheritance hierarchy diff --git a/pypy/objspace/std/objecttype.py

[pypy-commit] pypy py3.3: Merged pypy/pypy/py3.3 into py3.3

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72643:61ea6233fd47 Date: 2014-07-30 21:05 +0200 http://bitbucket.org/pypy/pypy/changeset/61ea6233fd47/ Log:Merged pypy/pypy/py3.3 into py3.3 diff --git a/lib-python/3/test/test_builtin.py

[pypy-commit] pypy py3.3: use space.call_method over w_result.sort

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72644:2c73a529647b Date: 2014-07-31 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/2c73a529647b/ Log:use space.call_method over w_result.sort diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py ---

[pypy-commit] pypy py3.3: merging

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72645:7a470162ff0e Date: 2014-07-31 19:13 +0200 http://bitbucket.org/pypy/pypy/changeset/7a470162ff0e/ Log:merging diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/validate.py ---

[pypy-commit] pypy py3.3: merging

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72647:80b1862342a0 Date: 2014-08-01 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/80b1862342a0/ Log:merging diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/validate.py ---

[pypy-commit] pypy py3.3: factor dir() built-in out into object, type and module methods

2014-08-01 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72641:2bdf0e894a85 Date: 2014-07-29 19:44 +0200 http://bitbucket.org/pypy/pypy/changeset/2bdf0e894a85/ Log:factor dir() built-in out into object, type and module methods This happened in bugs.python.org/issue12166

[pypy-commit] pypy default-trivial-fixes: fix typo

2014-07-31 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: default-trivial-fixes Changeset: r72619:c83a966e0c06 Date: 2014-07-30 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/c83a966e0c06/ Log:fix typo diff --git a/pypy/interpreter/pycompiler.py b/pypy/interpreter/pycompiler.py ---

[pypy-commit] pypy py3.3-fixes: use helper function to locate the code object

2014-07-31 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes Changeset: r72629:4f709511ed94 Date: 2014-07-31 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/4f709511ed94/ Log:use helper function to locate the code object diff --git a/pypy/interpreter/test/test_compiler.py

[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 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: 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] pypy py3.3: fixing _csv lineterminator exception message

2014-07-26 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72494:cbfe89ead8c2 Date: 2014-07-26 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/cbfe89ead8c2/ Log:fixing _csv lineterminator exception message diff --git a/pypy/module/_csv/interp_csv.py

[pypy-commit] pypy py3.3: Merged pypy/pypy/py3.3 into py3.3

2014-07-26 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72495:61fd7b56f3ed Date: 2014-07-26 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/61fd7b56f3ed/ Log:Merged pypy/pypy/py3.3 into py3.3 diff --git a/pypy/module/__builtin__/app_inspect.py

[pypy-commit] pypy py3.3: patching cpython3 csv test as the exception message has bad grammar

2014-07-26 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72493:c94a608f5616 Date: 2014-07-26 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/c94a608f5616/ Log:patching cpython3 csv test as the exception message has bad grammar diff --git a/lib-python/3/test/test_csv.py

[pypy-commit] pypy py3.3: Removing sys.flags.division_warning (removed in 3.3)

2014-07-26 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3 Changeset: r72506:d4642496139c Date: 2014-07-26 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/d4642496139c/ Log:Removing sys.flags.division_warning (removed in 3.3) diff --git a/pypy/interpreter/app_main.py