This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Run more test_concurrent_futures tests#10
Closed
paulproteus wants to merge 1 commit into
Closed
Conversation
In the process, call `quilt push -a`, which pushes all patches, which is what I meant to do originally. This imports a fix for https://bugs.python.org/issue40692 that hasn't been formally reviewed yet, but seems reasonable to me. It mostly only changes the test suite, but it does also fix the `compileall` module in a tiny but useful way.
paulproteus
marked this pull request as draft
May 22, 2020 05:50
Contributor
Author
|
I've marked this a draft because in my testing of this with the CPython test suite, the tests all print that they passed, but then at the end, something prints that a thread has timed out waiting 2 minutes, and then kills the Python interpreter. I think. It's confusing. I need to repro. I may as well repro & report back before we merge this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the process, call
quilt push -a, which pushes all patches,which is what I meant to do originally.
This imports a fix for https://bugs.python.org/issue40692 aka
python/cpython#20239
that hasn't been formally reviewed yet, but seems reasonable
to me.
It mostly only changes the test suite, but it does also fix
the
compileallmodule in a tiny but useful way.