lp:~mwhudson/pypy/imported-pypy

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:~mwhudson/pypy/imported-pypy
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Hudson-Doyle
Project:
PyPy
Status:
Development

Recent revisions

810. By arigo

reorganizing branch, part 1

809. By hpk

non working version of the get-rid-of-appfile experiment
mainly done for armin to see the code

808. By hpk

experimentally get rid of AppFile for some interpreter-helper
functions like decode_code_arguments and build_class etc.

Instead i introduced a "wrap_exec" method on ObjectSpaces
(defined on baseobjspace.py) which executes the helper.
see the diff yourself ...

807. By hpk

a branch for my "no appfile" modification which gets
rid of the whole AppFile - business. Just an experiment.

806. By pedronis

fix me, break me, fix me, make me happy again.

805. By pedronis

proper behavior for W_ConstantIterator,changed flag and clone

804. By pedronis

fix to get test_assign_local_w_flow_control properly working while keeping the other tests in pypy/objspace/ann/test/test_objspace.py OK.

the point is not to consider a fix-point reached as long as there's a W_ConstantIterator which is being consumed.

803. By gvanrossum

Add faux inplace_add for now.

802. By gvanrossum

Remove debug print statement

801. By hpk

- improved the hack to perform specific objspace tests only when
  actually running the tests with the respective objspace.
  (i.e. objspace.ann* tests are skipped for StdObjSpace and
   objspace.std* for AnnObjSpace)

- removed some cruft from tests

M interpreter/test/test_interpreter.py
     "test_print" now redirects sys.stdout to some class to
     check if "print 42" works correctly

M objspace/std/stringobject.py
     removed print junk

_M objspace/std/register_all.py
     fixeol

M tool/test.py
     improved hack to skip tests when running wrong objspace tests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:pypy
This branch contains Public information 
Everyone can see this information.