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 bc76d98 commit c2e4e29Copy full SHA for c2e4e29
1 file changed
Modules/readline.c
@@ -1323,7 +1323,7 @@ setup_readline(readlinestate *mod_state)
1323
/* The name must be defined before initialization */
1324
rl_readline_name = "python";
1325
1326
-#ifndef WITH_EDITLINE
+#if !defined(__APPLE__)
1327
/* Prevent readline from changing environment variables such as LINES and
1328
* COLUMNS.
1329
*/
0 commit comments