Conversation
|
CC @Zac-HD for hypothesis failures: https://github.com/python/cpython/actions/runs/6074529494/job/16478809374?pr=108879 |
sobolevn
left a comment
There was a problem hiding this comment.
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 <hugovk@users.noreply.github.com>
|
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. |
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
These are all
actions/checkout@v3->actions/checkout@v4except one.actions/add-to-project@v0.1.0->actions/add-to-project@v0.5.0whilst we're at itTo workaround actions/checkout#1448.