We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9e918 commit 1b18761Copy full SHA for 1b18761
1 file changed
Include/modsupport.h
@@ -94,7 +94,7 @@ PyAPI_FUNC(PyObject *) PyModule_FromDefAndSpec2(PyModuleDef *def,
94
#endif /* New in 3.5 */
95
96
/* ABI info & checking (new in 3.15) */
97
-#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= _Py_PACK_VERSION(3, 15)
+#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030f0000
98
typedef struct PyABIInfo {
99
uint8_t abiinfo_major_version;
100
uint8_t abiinfo_minor_version;
0 commit comments