~mwhudson/pypy/imported-builtinrefactor

Viewing all changes in revision 841.

  • Committer: hpk
  • Date: 2003-09-17 13:36:47 UTC
  • Revision ID: svn-v4:fd0d7bf2-dfb6-0310-8d31-b7ecfe96aada:pypy/branch/builtinrefactor:1338
- fixed two places to run with python-2.2

M    pypy/interpreter/extmodule.py
    - fixed the introspection loop to work with python-2.2
    - minimized it a bit 
    
M    pypy/interpreter/baseobjspace.py
    - early initialize w_builtins to a dummy value in order to allow
      frame creation (which needs space.w_builtins) during sys/builtin init. 

M    pypy/module/builtin.py
    - allow generators for the 'compile' builtin by default to allow
      tests working on python-2.2

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: