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 6062230 commit 2aae3b8Copy full SHA for 2aae3b8
tests/test_embed/test_subinterpreter.cpp
@@ -81,8 +81,8 @@ TEST_CASE("Single Subinterpreter") {
81
unsafe_reset_internals_for_single_interpreter();
82
}
83
84
+#if PY_VERSION_HEX >= 0x030D0000
85
TEST_CASE("Move Subinterpreter") {
-
86
std::unique_ptr<py::subinterpreter> sub(new py::subinterpreter(py::subinterpreter::create()));
87
88
// on this thread, use the subinterpreter and import some non-trivial junk
@@ -108,6 +108,7 @@ TEST_CASE("Move Subinterpreter") {
108
109
110
111
+#endif
112
113
TEST_CASE("GIL Subinterpreter") {
114
0 commit comments