]> granicus.if.org Git - python/commit
Change PyOS_Readline declaration to match the recent change to myreadline.c
authorSkip Montanaro <skip@pobox.com>
Sun, 27 Oct 2002 01:59:21 +0000 (01:59 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 27 Oct 2002 01:59:21 +0000 (01:59 +0000)
commit35f63a860bde572d54364dc53ac0171c6649a954
tree4d88038aee0093d165adb066094ac5fc1f6eb16e
parent8c1402869ba0cb0a690a5168ac4067483d39e02e
Change PyOS_Readline declaration to match the recent change to myreadline.c
(see Patch 512981).  I changed stdin to sys_stdin in the body of the
function, but did not change stderr to sys_stdout, though I suspect that may
be the correct course.  I don't know the code involved well enough to judge.
Parser/pgenmain.c