Home
last modified time | relevance | path

Searched refs:Py_DEPRECATED (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpyport.h630 #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) macro
632 #define Py_DEPRECATED(VERSION_UNUSED)
Dobject.h139 typedef PyObject *(*intargfunc)(PyObject *, int) Py_DEPRECATED(2.5);
140 typedef PyObject *(*intintargfunc)(PyObject *, int, int) Py_DEPRECATED(2.5);