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 c6d9809 commit e3995e0Copy full SHA for e3995e0
Python/pylifecycle.c
@@ -2724,6 +2724,7 @@ init_sys_streams(PyThreadState *tstate)
2724
}
2725
2726
2727
+#ifdef __ANDROID__
2728
/* Redirecting streams to the log is a convenience, but won't be critical for
2729
every app, so failures of this function are non-fatal. */
2730
static void
@@ -2744,6 +2745,7 @@ init_android_streams(PyThreadState *tstate)
2744
2745
2746
Py_XDECREF(_android_support);
2747
2748
+#endif
2749
2750
2751
0 commit comments