Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz#121876
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Problem occurred when attribute xyz could not be pickled.Since this is not trivial to selectively fix, block allattributes (other than 'width'). IDLE does not access themand they are private implementation details.
Misc/NEWS.d/next/IDLE/2024-07-16-16-57-03.gh-issue-78889.U7ghFD.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
58753f3
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…thonGH-121876)Problem occurred when attribute xyz could not be pickled.Since this is not trivial to selectively fix, block allattributes (other than 'width'). IDLE does not access themand they are private implementation details.(cherry picked from commit58753f3)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-121911 is a backport of this pull request to the3.13 branch. |
…thonGH-121876)Problem occurred when attribute xyz could not be pickled.Since this is not trivial to selectively fix, block allattributes (other than 'width'). IDLE does not access themand they are private implementation details.(cherry picked from commit58753f3)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-121912 is a backport of this pull request to the3.12 branch. |
…H-121876) (#121912)gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876)Problem occurred when attribute xyz could not be pickled.Since this is not trivial to selectively fix, block allattributes (other than 'width'). IDLE does not access themand they are private implementation details.(cherry picked from commit58753f3)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…H-121876) (#121911)gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876)Problem occurred when attribute xyz could not be pickled.Since this is not trivial to selectively fix, block allattributes (other than 'width'). IDLE does not access themand they are private implementation details.(cherry picked from commit58753f3)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Uh oh!
There was an error while loading.Please reload this page.
Problem occurred when attribute xyz could not be pickled. Since this is not trivial to selectively fix, block all non-method attributes (other than 'width'). IDLE does not access them and they are private implementation details.