Ctypes pro and con

Posted by phreaki on Stack Overflow See other posts from Stack Overflow or by phreaki
Published on 2009-08-23T14:45:21Z Indexed on 2010/03/28 13:03 UTC
Read the original article Hit count: 460

Filed under:
|
|

I have heard that Ctypes can cause crashes (or stop errors) in Python and windows. Should I stay away from their use? Where did I hear? It was back when I tried to control various aspects of windows, automation, that sort of thing.

I hear of swig, but I see Ctypes more often than not. Any danger here? If so, what should I watch out for?

I did search for ctype pro con python.

© Stack Overflow or respective owner

Related posts about python

Related posts about ctypes