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

CI: Bump GitHub Actions #108879

Merged
merged 2 commits into from
Sep 4, 2023
Merged

CI: Bump GitHub Actions #108879

merged 2 commits into from
Sep 4, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Sep 4, 2023

These are all actions/checkout@v3 -> actions/checkout@v4 except one actions/add-to-project@v0.1.0 -> actions/add-to-project@v0.5.0 whilst we're at it.

To workaround actions/checkout#1448.

@sobolevn
Copy link
Member

sobolevn commented Sep 4, 2023

Copy link
Member

@sobolevn sobolevn left a 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.

@Zac-HD
Copy link
Contributor

Zac-HD commented Sep 4, 2023

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 self, usually because of inheritance.

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.

@hugovk
Copy link
Member Author

hugovk commented Sep 4, 2023

@Zac-HD Please could you open a PR to disable it? Thank you!

@ambv ambv merged commit 572678e into python:main Sep 4, 2023
26 of 27 checks passed
@miss-islington
Copy link
Contributor

Thanks @hugovk for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10, 3.11, 3.12.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @hugovk and @ambv, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 572678e1f864cb042df6962848a436d84ef7a8a4 3.11

@bedevere-bot
Copy link

GH-108889 is a backport of this pull request to the 3.12 branch.

@miss-islington
Copy link
Contributor

Sorry, @hugovk and @ambv, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 572678e1f864cb042df6962848a436d84ef7a8a4 3.10

@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label Sep 4, 2023
@miss-islington
Copy link
Contributor

Sorry, @hugovk and @ambv, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 572678e1f864cb042df6962848a436d84ef7a8a4 3.9

@miss-islington
Copy link
Contributor

Sorry, @hugovk and @ambv, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 572678e1f864cb042df6962848a436d84ef7a8a4 3.8

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 4, 2023
(cherry picked from commit 572678e)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@hugovk hugovk deleted the bump-gha branch September 4, 2023 20:58
@bedevere-bot
Copy link

GH-108891 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Sep 4, 2023
@bedevere-bot
Copy link

GH-108892 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Sep 4, 2023
@bedevere-bot
Copy link

GH-108893 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Sep 4, 2023
@bedevere-bot
Copy link

GH-108894 is a backport of this pull request to the 3.8 branch.

hauntsaninja pushed a commit that referenced this pull request Sep 5, 2023
Yhg1s pushed a commit that referenced this pull request Sep 5, 2023
CI: Bump GitHub Actions (GH-108879)
(cherry picked from commit 572678e)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
ambv added a commit that referenced this pull request Sep 5, 2023
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
ambv added a commit that referenced this pull request Sep 5, 2023
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
ambv added a commit that referenced this pull request Sep 7, 2023
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
carlosroman pushed a commit to DataDog/cpython that referenced this pull request Oct 11, 2023
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants