Skip to content

Commit 9ad7646

Browse files
committed
Issue #23735: Merge sighandler_t fix from 3.5
2 parents a350600 + 28f35b2 commit 9ad7646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/readline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ on_completion_display_matches_hook(char **matches,
928928

929929
#ifdef HAVE_RL_RESIZE_TERMINAL
930930
static volatile sig_atomic_t sigwinch_received;
931-
static sighandler_t sigwinch_ohandler;
931+
static PyOS_sighandler_t sigwinch_ohandler;
932932

933933
static void
934934
readline_sigwinch_handler(int signum)

0 commit comments

Comments
 (0)