Skip to content

Commit d1cfc47

Browse files
committed
chore: comment patchPython310CreateStdio
1 parent 7b1d58a commit d1cfc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lse/Entry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void initializeLegacyStuff() {
106106
//
107107
// Attention! When CPython is upgraded, this fix must be re-adapted or removed!!
108108
//
109-
PythonHelper::FixPython310Stdin::patchPython310CreateStdio();
109+
// PythonHelper::FixPython310Stdin::patchPython310CreateStdio();
110110
PythonHelper::initPythonRuntime();
111111
#endif
112112

0 commit comments

Comments
 (0)