Skip to content

Commit 9e9843d

Browse files
committed
Revert "EXPERIMENT: Re-enable hanging test to verify CI log buffering fix"
This reverts commit a3abdee.
1 parent 3c01ff3 commit 9e9843d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_with_catch/test_subinterpreter.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ TEST_CASE("Single Subinterpreter") {
9494
// "Move Subinterpreter" test is disabled on free-threaded Python 3.14+ due to a hang
9595
// in Py_EndInterpreter() when the subinterpreter is destroyed from a different thread
9696
// than it was created on. See: https://github.com/pybind/pybind11/pull/5933
97-
// EXPERIMENT: Temporarily re-enable to test CI log buffering fix - REVERT THIS
98-
# if PY_VERSION_HEX >= 0x030D0000 \
99-
&& !(0 && PY_VERSION_HEX >= 0x030E0000 && defined(Py_GIL_DISABLED))
97+
# if PY_VERSION_HEX >= 0x030D0000 && !(PY_VERSION_HEX >= 0x030E0000 && defined(Py_GIL_DISABLED))
10098
TEST_CASE("Move Subinterpreter") {
10199
std::unique_ptr<py::subinterpreter> sub(new py::subinterpreter(py::subinterpreter::create()));
102100

0 commit comments

Comments
 (0)