| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Yurii, thanks for sending a PR to make sure there are no regressions for this long-standing issue!
Sorry, something went wrong.
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
|
@Fidget-Spinner It is not regression, I made a mistake when said that this issue was not present at 3.11 version. This issue still present and this PR will fix it. |
Sorry, something went wrong.
Oh interesting! class P(Protocol): ... raises as expected, but class P(Protocol):
x : intdoesn't! |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. Once again, thank you for fixing this!
Sorry, something went wrong.
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
There was a problem hiding this comment.
Thanks! Does this need backporting?
Sorry, something went wrong.
|
@gvanrossum: Please replace # with GH- in the commit message next time. Thanks! |
Sorry, something went wrong.
|
Thanks @uriyyo for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
Sorry, something went wrong.
…ror (pythonGH-26067) (cherry picked from commit c40486a) Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
|
GH-26073 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
|
Sorry, @uriyyo and @gvanrossum, I could not cleanly backport this to 3.9 due to a conflict. |
Sorry, something went wrong.
I'm on it. It's clashing because the _allow_reckless_class_checks was previously _allow_reckless_class_cheks and the typo fix wasn't backported. |
Sorry, something went wrong.
|
GH-26075 is a backport of this pull request to the 3.9 branch. |
Sorry, something went wrong.
… raise TypeError (pythonGH-26067) (pythonGH-26075)" This reverts commit 88136bb.
Backport of CPython PR 26067 (python/cpython#26067)
| Back | FazBrowse Home | New Git URL |
https://bugs.python.org/issue38908