FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] Fix unused classes in a typing test (GH-102437) by miss-islington · Pull Request #102441 · python/cpython · GitHub

/ cpython Public

[3.11] Fix unused classes in a typing test (GH-102437) - #102441

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-7894bbe-3.11
Mar 5, 2023
Merged

[3.11] Fix unused classes in a typing test (GH-102437)#102441
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-7894bbe-3.11

Conversation

Copy link
Copy Markdown
Contributor

As part of investigation issue #102433, I discovered what I believe to be an error where two classes CI and DI are not being used. The assertions beneath them act on C and D, duplicating existing assertions in this test.
(cherry picked from commit 7894bbe)

Co-authored-by: JosephSBoyle 48555120+JosephSBoyle@users.noreply.github.com
Automerge-Triggered-By: GH:AlexWaygood

As part of investigation issue python#102433, I discovered what I believe to be an error where two classes `CI` and `DI` are not being used. The assertions beneath them act on `C` and `D`, duplicating existing assertions in this test.
(cherry picked from commit 7894bbe)

Co-authored-by: JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>
Automerge-Triggered-By: GH:AlexWaygood
AlexWaygood self-assigned this Mar 5, 2023
miss-islington merged commit c957128 into python:3.11 Mar 5, 2023
miss-islington deleted the backport-7894bbe-3.11 branch March 5, 2023 15:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issue skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL