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 ddd2033 commit a19fdf7Copy full SHA for a19fdf7
robotpy_build/include/gilsafe_object.h
@@ -6,7 +6,7 @@
6
namespace py = pybind11;
7
8
// Py_IsFinalizing is public API in 3.13
9
-#if PY_VERSION_HEX < 0x03130000
+#if PY_VERSION_HEX < 0x030D0000
10
#define Py_IsFinalizing _Py_IsFinalizing
11
#endif
12
0 commit comments