[pypy-dev] [pypy-svn] r47040 - pypy/dist/pypy/doc

Simon Burton simon at arrowtheory.com
Tue Oct 2 20:54:07 CEST 2007


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)
fijal at codespeak.net 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
> pypy-svn at codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-svn



More information about the Pypy-dev mailing list