Searched defs:Py_DEPRECATED (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h585 /* Py_DEPRECATED(version)
588 * extern int old_var Py_DEPRECATED(2.3);
589 * typedef int T1 Py_DEPRECATED(2.4);
590 * extern int x() Py_DEPRECATED(2.5);
594 #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) macro
596 #define Py_DEPRECATED(VERSION_UNUSED) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h598 /* Py_DEPRECATED(version)
601 * extern int old_var Py_DEPRECATED(2.3);
602 * typedef int T1 Py_DEPRECATED(2.4);
603 * extern int x() Py_DEPRECATED(2.5);
607 #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) macro
609 #define Py_DEPRECATED(VERSION_UNUSED) macro

Completed in 39 milliseconds