]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (#121876)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 17 Jul 2024 13:33:33 +0000 (09:33 -0400)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 13:33:33 +0000 (09:33 -0400)
commit58753f33e47fe48906883dc010771f68c13b7e52
tree469f9bde20da726fb5b290579480e99746c68279
parent6682d916780c1cb305e679a057ee6992b114118e
gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (#121876)

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.
Lib/idlelib/News3.txt
Lib/idlelib/run.py
Misc/NEWS.d/next/IDLE/2024-07-16-16-57-03.gh-issue-78889.U7ghFD.rst [new file with mode: 0644]