HomeSort by relevance Sort by last modified time
    Searched defs:PyObject_Del (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 41 - PyObject_Del(op) releases the memory allocated for an object. It does not
138 #define PyObject_Del PyObject_Free
139 #define PyObject_DEL PyObject_FREE

Completed in 197 milliseconds