commit f8a35de916353384794c385e830aea20cdde84e5
parent b2b12809c7fb291543237ad2521f20428f19bcaa
Author: Joris Vink <joris@coders.se>
Date: Tue, 21 Oct 2025 17:50:12 +0200
python: Remove include that is not required for 3.14.x
This is pulled in via pycore_interpframe.h anyway.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/python.c b/src/python.c
@@ -81,7 +81,6 @@
#if PY_VERSION_HEX >= 0x030e0000
#include <internal/pycore_interpframe.h>
-#include <internal/pycore_interpframe_structs.h>
#endif
#if PY_VERSION_HEX >= 0x030b0000