diff --git a/src/Base/Stream.cpp b/src/Base/Stream.cpp index 86c17ca11..6100d3bb5 100644 --- a/src/Base/Stream.cpp +++ b/src/Base/Stream.cpp @@ -562,8 +562,6 @@ std::streambuf::int_type PyStreambuf::underflow() c = static_cast(res)[0]; num++; buffer[pbSize+i] = c; - if (c == '\n') - break; } catch (Py::Exception& e) { e.clear();