8000 gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz by terryjreedy · Pull Request #121876 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Lib/idlelib/News3.txt
  • Loading branch information
terryjreedy authored Jul 16, 2024
commit 5075501fb154c24436930f780fe9d392bc166cff
3 changes: 2 additions & 1 deletion Lib/idlelib/News3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Released on 2024-10-xx
=========================


gh-78889: Stop Shell freezes by blocking user access to sys.stdout.shell attributes, which are all private.
gh-78889: Stop Shell freezes by blocking user access to non-method
sys.stdout.shell attributes, which are all private.

gh-78955: Use user-selected color theme for Help => IDLE Doc.

Expand Down
Loading
0