Home
last modified time | relevance | path

Searched refs:PyModule_AddObject (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/tre/dist/python/
H A Dtre-python.c578 if (PyModule_AddObject(m, "Fuzzyness", (PyObject*)&TreFuzzynessType) < 0) in inittre()
581 if (PyModule_AddObject(m, "Match", (PyObject*)&TreMatchType) < 0) in inittre()
584 if (PyModule_AddObject(m, "Pattern", (PyObject*)&TrePatternType) < 0) in inittre()
588 if (PyModule_AddObject(m, "Error", ErrorObject) < 0) in inittre()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.c461 if(PyModule_AddObject(pe->module, "mod_env", pe->data) < 0) { in pythonmod_init()
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c2242 PyModule_AddObject(PyObject *m, char *name, PyObject *o) in PyModule_AddObject() function
2294 PyModule_AddObject(module, (char*)"type_pointer" SWIG_TYPE_TABLE_NAME, pointer); in SWIG_Python_SetModule()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git40460 PyModule_AddObject steals a reference on success, but not on error,