Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bharel committed Aug 25, 2024
1 parent 360637f commit 8f16d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parser/myreadline.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt)
else {
rv = (*PyOS_ReadlineFunctionPointer)(sys_stdin, sys_stdout, prompt);
}

_PyOS_ReadlineTState = NULL;
PyThread_release_lock(_PyOS_ReadlineLock);
Py_END_ALLOW_THREADS
Expand Down

0 comments on commit 8f16d5a

Please sign in to comment.