Well, I still want to defend this approach... The idea is: * "ctypes" is the API for interfacing with external objects * genrffi constructs rffi objects by introspecting the ctypes objects
It has nothing to do with rctypes (although it uses ctypes_platform to find the libraries). I would at least like people to understand what this is, before they put it on a clean-up list. Simon. On Sun, 30 Sep 2007 14:06:17 +0200 (CEST) [EMAIL PROTECTED] wrote: > Author: fijal > Date: Sun Sep 30 14:06:16 2007 > New Revision: 47040 > > Modified: > pypy/dist/pypy/doc/cleanup-todo.txt > Log: > Add rsdl and rcairo, remove errno as it does not use rctypes. > > > Modified: pypy/dist/pypy/doc/cleanup-todo.txt > ============================================================================== > --- pypy/dist/pypy/doc/cleanup-todo.txt (original) > +++ pypy/dist/pypy/doc/cleanup-todo.txt Sun Sep 30 14:06:16 2007 > @@ -37,11 +37,12 @@ > - crypt > - _demo > - _ssl > - - errno > - fcntl > - mmap > - rctime > - readline > - signal > + - rsdl > + - rcairo > > - rewrite or kill the extcompiler > _______________________________________________ > pypy-svn mailing list > [EMAIL PROTECTED] > http://codespeak.net/mailman/listinfo/pypy-svn _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
