We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bpython (or maybe curtsies, no idea) hangs when the result is very large. Example:
>>> s = "hello" * 1000 >>> s [hangs, never returns]
This happens on all of the following configurations:
bpython version 0.17 on top of Python 2.7.13 /usr/bin/python
bpython version 0.17 on top of Python 3.5.4rc1 /usr/bin/python3
Where:
It appears to be independent of #607, and I guess it's a regression.
Doing the same in plain python2 or python3 works flawlessly and quickly.
bpython (or maybe curtsies, no idea) hangs when the result is very large.
Example:
This happens on all of the following configurations:
bpython version 0.17 on top of Python 2.7.13 /usr/bin/pythonon machine Abpython version 0.17 on top of Python 3.5.4rc1 /usr/bin/python3on machine Abpython version 0.17 on top of Python 2.7.13 /usr/bin/pythonon machine Bbpython version 0.17 on top of Python 3.5.4rc1 /usr/bin/python3on machine BWhere:
It appears to be independent of #607, and I guess it's a regression.
Doing the same in plain python2 or python3 works flawlessly and quickly.