Lawrence Oluyede wrote:

> rctypes and pypy tools are somewhat one step further than ctypes
> machinery. In rctypes you can easily do something like:
> 
> size_t = ctypes_platform.SimpleType("size_t", c_ulong)

Does this work dynamically, or does it rely on
C code being generated and the C compiler working
out the details?

--
Greg

_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to