summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-03-10 15:16:54 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-03-10 15:16:54 (GMT)
commita416341b3067306959397e896bd6b712501bd28c (patch)
treef251c7417f83a183a542f09ad6c0495124678e3b /Python/pythonrun.c
parent5b8c69f11e98ec77155438d948307a419f091dc7 (diff)
downloadcpython-a416341b3067306959397e896bd6b712501bd28c.zip
cpython-a416341b3067306959397e896bd6b712501bd28c.tar.gz
cpython-a416341b3067306959397e896bd6b712501bd28c.tar.bz2
[Patch #649762] Fix for asynchat endless loop
When the null string is used as the terminator, it used to be the same as None, meaning "collect all the data". In the current code, however, it falls into an endless loop; this change reverts to the old behavior.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions