Searched refs:AddSym (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2794 #define AddSym(d, n, f, v) {PyObject *o = f(v); PyDict_SetItemString(d, n, o); Py_DECREF(o);} macro
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 4811 #define AddSym(d, n, f, v) {PyObject *o = f(v); PyDict_SetItemString(d, n, o); Py_DECREF(o);} macro
|