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

IDLE - Fix test_editor hang on macOS with installed Python #113269

Closed
terryjreedy opened this issue Dec 19, 2023 · 1 comment
Closed

IDLE - Fix test_editor hang on macOS with installed Python #113269

terryjreedy opened this issue Dec 19, 2023 · 1 comment
Labels
OS-mac tests Tests in the Lib/test dir topic-IDLE

Comments

@terryjreedy
Copy link
Member

terryjreedy commented Dec 19, 2023

On my MacBook Air Catalina, Python 3.13.0a2, IDLE's test_editor hangs in IndentSearchTest.test_searcher. The problem is insert using update() instead of update_idletasks(). I added function in bpo-39885. It is called earlier in IndentAnd...Test without failure.

Linked PRs

@terryjreedy terryjreedy added tests Tests in the Lib/test dir topic-IDLE labels Dec 19, 2023
terryjreedy added a commit to terryjreedy/cpython that referenced this issue Dec 19, 2023
Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
@Eclips4 Eclips4 added the OS-mac label Dec 19, 2023
terryjreedy added a commit that referenced this issue Dec 19, 2023
Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 19, 2023
Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
(cherry picked from commit fa9ba02)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 19, 2023
Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
(cherry picked from commit fa9ba02)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this issue Dec 19, 2023
…13272)

gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271)

Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
(cherry picked from commit fa9ba02)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this issue Dec 19, 2023
…13273)

gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271)

Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
(cherry picked from commit fa9ba02)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
ryan-duve pushed a commit to ryan-duve/cpython that referenced this issue Dec 26, 2023
Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
@hugovk
Copy link
Member

hugovk commented Jan 11, 2024

I think this can be closed now, please re-open if needed.

@hugovk hugovk closed this as completed Jan 11, 2024
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
Hangs on installed 3.13.0a2 on macOS Catalina.
Behavior on installed 3.12.1 and 3.11.7 is unknown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-mac tests Tests in the Lib/test dir topic-IDLE
Projects
Status: Done
Development

No branches or pull requests

3 participants