Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz #121876

Merged
merged 3 commits into from
Jul 17, 2024

Commits on Jul 16, 2024

  1. pythongh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz

    Problem occurred when attribute xyz could not be pickled.
    Since this is not trivial to selectively fix, block all
    attributes (other than 'width').  IDLE does not access them
    and they are private implementation details.
    terryjreedy committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c6d6df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e97289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5075501 View commit details
    Browse the repository at this point in the history