[issue11650] Faulty RESTART/EINTR handling in Parser/myreadline.c

Davide Rizzo report at bugs.python.org
Wed Mar 23 22:50:09 CET 2011


Davide Rizzo <sorcio at gmail.com> added the comment:

The faulty behavior was presumably introduced in r36346, when the continue statement was removed. I already linked the relevant discussion, but I'm not sure whether that was a desired change or just an oversight. I'm inclined to believe the latter, as it wouldn't have made much sense to leave the loop there otherwise. In this case a patch like the already posted one would do the fix.

Steffen, on a side note, I got readline working with brew.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11650>
_______________________________________


More information about the Python-bugs-list mailing list