LWN.net Logo

C extensions

C extensions

Posted May 16, 2011 18:54 UTC (Mon) by njs (guest, #40338)
In reply to: C extensions by foom
Parent article: A brief experiment with PyPy

Yeah, it works well for some simpler cases, but that's why I use cython :-).

(Actually, I think most of the times I've used ctypes were to commit horrors by poking at the innards of the interpreter -- casting id(myobj) to a pointer and then screwing with C-level fields. It's not easy to guarantee portability between different implementations of a language!)


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds