Hello Nick, On Wed, Sep 29, 2004 at 01:24:23PM -0400, Nick Bastin wrote: > Ok, maybe more appropriately, what do people think of adding a > PyType_GetModule (PyTypeObject *) which basically functions like > type_module(PyTypeObject *, void *) (in Objects/typeobject.c) to the > public C API, rather than having to dig around in the object > themselves? It looks overkill, when you can do instead: PyObject* module_name = PyObject_GetAttrString(type, "__module__"); Armin
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4