[pypy-svn] r44289 - pypy/dist/pypy/rpython

arigo at codespeak.net arigo at codespeak.net
Fri Jun 15 15:53:58 CEST 2007


Author: arigo
Date: Fri Jun 15 15:53:57 2007
New Revision: 44289

Added:
   pypy/dist/pypy/rpython/llinterp.py.merge.tmp
      - copied, changed from r44288, pypy/dist/pypy/rpython/llinterp.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/kill-ctypes/pypy/rpython/llinterp.py
revisions 43433 to 44288:

    ------------------------------------------------------------------------
    r44209 | fijal | 2007-06-12 23:20:28 +0200 (Tue, 12 Jun 2007) | 2 lines
    
    provide low-level implementation of flavored_malloc_varsize
    
    ------------------------------------------------------------------------
    r43788 | fijal | 2007-05-28 15:06:10 +0200 (Mon, 28 May 2007) | 3 lines
    
    Add a non-working method for tests to start complain. My guess is that
    this kind of operation should never be seen by llinterp, but I cannot judge now.
    
    ------------------------------------------------------------------------
    r43437 | fijal | 2007-05-16 21:15:04 +0200 (Wed, 16 May 2007) | 3 lines
    
    A branch which tries to create pypy without ctypes dependency,
    by approaching external functions via ll objects
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list