| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
(Resolved conflict.) |
Sorry, something went wrong.
|
Thanks |
Sorry, something went wrong.
|
Thanks @hugovk for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
|
Sorry, @hugovk and @markshannon, I could not cleanly backport this to 3.12 due to a conflict. cherry_picker ea530f2f9ae63e81c22a1818bec0a650ccf758d2 3.12 |
Sorry, something went wrong.
|
GH-110897 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
…toring` (pythonGH-109139) (cherry picked from commit ea530f2) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Fixes #106193.
Found via python/core-workflow#505 (comment).
Fixes some copy/paste errors, and then fix some undefined names, because the redefined method name masked the unknown variables. We can work out what they should be.
Before
We can see two pairs of tests:
After
Fixes:
cc @markshannon @sobolevn