-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
bpo-45020: Don't test IDLE with frozen module. #28344
Conversation
Otherwise, test would need special import.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
https://github.com/python/cpython/pull/28344/checks?check_run_id=3605759743 test_get (test.test_multiprocessing_fork.WithProcessesTestQueue) ... Timeout (0:20:00)! |
Failures on test run 2. 0:02:58 load avg: 2.99 [242/427/1] test__xxsubinterpreters crashed (Exit code 3221225477) -- running: test_mmap (42.3 sec), test_largefile (33.3 sec) Thread 0x0000178c (most recent call first): Thread 0x0000178c (most recent call first): ======================================================================
|
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Otherwise, test would need special import. (cherry picked from commit 369bf94) Co-authored-by: Terry Jan Reedy <[email protected]>
GH-28345 is a backport of this pull request to the 3.10 branch. |
Otherwise, test would need special import. (cherry picked from commit 369bf94) Co-authored-by: Terry Jan Reedy <[email protected]>
GH-28346 is a backport of this pull request to the 3.9 branch. |
Otherwise, test would need special import. (cherry picked from commit 369bf94) Co-authored-by: Terry Jan Reedy <[email protected]>
Otherwise, test would need special import. (cherry picked from commit 369bf94) Co-authored-by: Terry Jan Reedy <[email protected]>
Otherwise, test would need special import.
https://bugs.python.org/issue45020