-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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: Bump GitHub Actions #108879
CI: Bump GitHub Actions #108879
Conversation
CC @Zac-HD for hypothesis failures: https://github.com/python/cpython/actions/runs/6074529494/job/16478809374?pr=108879 |
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.
We have the same problem in mypy.
This is a new health check which warns if the same function object (ie method decorated before being bound) is called with multiple distinct values of We added this check because that can lead to database collisions and in some very rare cases spurious failures, but for CPython and Mypy I'd probably just globally disable the check. |
@Zac-HD Please could you open a PR to disable it? Thank you! |
Sorry, @hugovk and @ambv, I could not cleanly backport this to |
GH-108889 is a backport of this pull request to the 3.12 branch. |
Sorry, @hugovk and @ambv, I could not cleanly backport this to |
Sorry, @hugovk and @ambv, I could not cleanly backport this to |
Sorry, @hugovk and @ambv, I could not cleanly backport this to |
(cherry picked from commit 572678e) Co-authored-by: Hugo van Kemenade <[email protected]>
GH-108891 is a backport of this pull request to the 3.11 branch. |
GH-108892 is a backport of this pull request to the 3.10 branch. |
GH-108893 is a backport of this pull request to the 3.9 branch. |
GH-108894 is a backport of this pull request to the 3.8 branch. |
CI: Bump GitHub Actions (GH-108879) (cherry picked from commit 572678e) Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Łukasz Langa <[email protected]>
Co-authored-by: Łukasz Langa <[email protected]>
Co-authored-by: Łukasz Langa <[email protected]>
Co-authored-by: Łukasz Langa <[email protected]>
These are all
actions/checkout@v3
->actions/checkout@v4
except one.actions/[email protected]
->actions/[email protected]
whilst we're at itTo workaround actions/checkout#1448.