Re: pythonapi
Thomas Heller <[email protected]> Fri, 01 Apr 2011 10:01:48 +0200
| Newsgroups | gmane.comp.python.ctypes |
|---|---|
| Message-ID | <[email protected]> |
Am 30.03.2011 21:56, schrieb Eric Snow: > I am trying to determine what is included in ctypes.pythonapi and what > is not. For instance, I found PyEval_EvalCodeEx there, but not > builtin___build_class__. Is it just a static list of names or is it > tied to the contents of the source or the header files? What determines > what goes in ctypes.pythonapi and what does not? Thanks! ctypes looks up the exported functions in pythonxx.dll. You can view these with a tool like Dependency Walker. Thomas ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf