mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Backed out changeset 7ccc2cea6969
This commit is contained in:
parent
263afe2fed
commit
99ad1f1354
1 changed files with 0 additions and 3 deletions
|
@ -40,10 +40,7 @@ static int
|
|||
my_fgets(char *buf, int len, FILE *fp)
|
||||
{
|
||||
char *p;
|
||||
#ifdef MS_WINDOWS
|
||||
int i;
|
||||
#endif
|
||||
|
||||
while (1) {
|
||||
if (PyOS_InputHook != NULL)
|
||||
(void)(PyOS_InputHook)();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue