[Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24058)

benjamin.peterson python-checkins at python.org
Sun Apr 26 21:56:28 CEST 2015


https://hg.python.org/cpython/rev/cb4334ab8453
changeset:   95815:cb4334ab8453
parent:      95812:a6140242b79f
parent:      95813:ec6ed10d611e
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Apr 26 15:56:23 2015 -0400
summary:
  merge 3.4 (#24058)

files:
  Modules/readline.c |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Modules/readline.c b/Modules/readline.c
--- a/Modules/readline.c
+++ b/Modules/readline.c
@@ -1103,8 +1103,6 @@
     rl_callback_handler_remove();
 }
 
-extern PyThreadState* _PyOS_ReadlineTState;
-
 static char *
 readline_until_enter_or_signal(const char *prompt, int *signal)
 {

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list