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.
_PyDictViewObject
1 parent 9826939 commit f6de9c3Copy full SHA for f6de9c3
include/pyshim.hh
@@ -31,9 +31,11 @@
31
*
32
* @see https://github.com/python/cpython/blob/v3.13.0rc1/Include/internal/pycore_dict.h#L64-L72
33
*/
34
+#if PY_VERSION_HEX >= 0x030d0000 // Python version is greater than 3.13
35
typedef struct {
36
PyObject_HEAD
37
PyDictObject *dv_dict;
38
} _PyDictViewObject;
39
+#endif
40
41
#endif // #ifndef PythonMonkey_py_version_shim_
0 commit comments