-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
CI is failing on current main: test_asyncio.test_taskgroups #125472
Comments
Perhaps the bad commit is the d5dbbf4 |
cc @graingert |
…PyFuture refcycles (pythonGH-12… (pythonGH-125476) Revert "pythongh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (pythonGH-124959)" This reverts commit d5dbbf4. (cherry picked from commit e99650b) Co-authored-by: Kirill Podoprigora <[email protected]>
Yeah, OK to revert. Weird that it did pass the GH CI. |
Expectation is that it conflicts with a more recent change to |
We allow PRs to be merged (if merge-compatible) with a passing GH CI for an older version of main because A) requiring a fresh green CI for every code change would drastically slow down progress and b) we have buildbots retesting all recent merges together. A coredev considering merging a PR with an 'old' green CI can trigger a retest by updating the patch, which is now easy right on the PR, and set automerge upon success. |
…up and _PyFuture refcycles (#12… (python#125476)" This reverts commit e99650b.
Bug report
Bug description:
Example of failing CI:
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: