Staging
v0.5.1
https://github.com/python/cpython
Revision 57269d0c7c7a6fc989fcbef5b82853aa36fb44ca authored by Andrew M. Kuchling on 31 August 2004, 13:37:25 UTC, committed by Andrew M. Kuchling on 31 August 2004, 13:37:25 UTC
1 parent 810b76a
Raw File
Tip revision: 57269d0c7c7a6fc989fcbef5b82853aa36fb44ca authored by Andrew M. Kuchling on 31 August 2004, 13:37:25 UTC
Remove mpz, rotor, xreadlines modules
Tip revision: 57269d0
README.txt
framer is a tool to generate boilerplate code for C extension types.

The boilerplate is generated from a specification object written in
Python.  The specification uses the class statement to describe the
extension module and any extension types it contains.  From the
specification, framer can generate all the boilerplate C code,
including function definitions, argument handling code, and type
objects.
back to top