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 23ea56e commit cd7a850Copy full SHA for cd7a850
1 file changed
Modules/readline.c
@@ -1349,7 +1349,7 @@ setup_readline(readlinestate *mod_state)
1349
/* The name must be defined before initialization */
1350
rl_readline_name = "python";
1351
1352
-#ifndef WITH_EDITLINE
+#if !defined(__APPLE__)
1353
/* Prevent readline from changing environment variables such as LINES and
1354
* COLUMNS.
1355
*/
0 commit comments