Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Hang when value-to-print is very large #703

Copy link
Copy link
@BenWiederhake

Description

@BenWiederhake
Issue body actions

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 on machine A
  • bpython version 0.17 on top of Python 3.5.4rc1 /usr/bin/python3 on machine A
  • bpython version 0.17 on top of Python 2.7.13 /usr/bin/python on machine B
  • bpython version 0.17 on top of Python 3.5.4rc1 /usr/bin/python3 on machine B

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.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.