Skip to content

dataclasses: Avoid using private class#124465

Merged
JelleZijlstra merged 1 commit into
python:mainfrom
JelleZijlstra:dataclasses-typing
Sep 24, 2024
Merged

dataclasses: Avoid using private class#124465
JelleZijlstra merged 1 commit into
python:mainfrom
JelleZijlstra:dataclasses-typing

Conversation

@JelleZijlstra

Copy link
Copy Markdown
Member

typing.get_origin() does what we need here, without reaching into
typing internals. This shouldn't change any behavior (so I am going
to skip news), but it sets a good example for other users introspecting
typing objects.

typing.get_origin() does what we need here, without reaching into
typing internals. This shouldn't change any behavior (so I am going
to skip news), but it sets a good example for other users introspecting
typing objects.

@ericvsmith ericvsmith left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. Thanks!

@JelleZijlstra JelleZijlstra merged commit 950fab4 into python:main Sep 24, 2024
@JelleZijlstra JelleZijlstra deleted the dataclasses-typing branch September 24, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants