fix `TypeAliasType` union with `typing.TypeAliasType` by jorenham · Pull Request #575 · python/typing_extensions

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jorenham

Copy link

Contributor

@jorenham jorenham commented

Apr 3, 2025

closes #574

Copy link

Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Could you add a changelog entry too?

jorenham reacted with thumbs up emoji

@JelleZijlstra JelleZijlstra merged commit 8092c39 into python:main

Apr 4, 2025

22 checks passed

@jorenham jorenham deleted the fix-574 branch

April 4, 2025 14:00

@jorenham

Copy link

Contributor Author

jorenham commented

Apr 4, 2025

Thanks Jelle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@JelleZijlstra JelleZijlstra JelleZijlstra approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

TypeAliasType raises TypeError when union'd with typing.TypeAliasType

2 participants

@jorenham @JelleZijlstra