Skip to content

bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base - #29298

Merged
serhiy-storchaka merged 2 commits into
python:mainfrom
serhiy-storchaka:types-resolve_bases-genericalias
Dec 5, 2021
Merged

bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base#29298
serhiy-storchaka merged 2 commits into
python:mainfrom
serhiy-storchaka:types-resolve_bases-genericalias

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Oct 28, 2021

Copy link
Copy Markdown
Member

@serhiy-storchakaserhiy-storchaka added type-bug An unexpected behavior, bug, or error needs backport to 3.9 needs backport to 3.10 only security fixes labels Oct 28, 2021
@ambvambv added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 2, 2021
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @ambv for commit 298c019 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 2, 2021
@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actionsgithub-actionsBot added the stale Stale PR or inactive for long period of time. label Dec 3, 2021
@serhiy-storchaka
serhiy-storchaka merged commit 2b318ce into python:mainDec 5, 2021
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 5, 2021
…nce as a base (pythonGH-29298)
(cherry picked from commit 2b318ce)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

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

@bedevere-bot

Copy link
Copy Markdown

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

miss-islington added a commit that referenced this pull request Dec 5, 2021
…nce as a base (GH-29298)
(cherry picked from commit 2b318ce)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit to miss-islington/cpython that referenced this pull request Dec 7, 2021
…nce as a base (pythonGH-29298)
(cherry picked from commit 2b318ce)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit that referenced this pull request Dec 7, 2021
…nce as a base (GH-29298) (GH-29928)
(cherry picked from commit 2b318ce)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka
serhiy-storchaka deleted the types-resolve_bases-genericalias branch July 1, 2026 16:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

staleStale PR or inactive for long period of time.type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@serhiy-storchaka@bedevere-bot@miss-islington@ambv@the-knights-who-say-ni