Skip to content

Conversation

@JelleZijlstra
Copy link
Member

Tests from python/cpython#122074. We don't have to use the base descriptor
approach here because we find the annotations directly in the __dict__
for the class, which avoids metaclass problems.

Tests from python/cpython#122074. We don't have to use the base descriptor approach here because we find the annotations directly in the `__dict__` for the class, which avoids metaclass problems.
@JelleZijlstraJelleZijlstra merged commit b6c0558 into python:mainSep 23, 2024
@JelleZijlstraJelleZijlstra deleted the pep649-meta branch September 23, 2024 18:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@JelleZijlstra@AlexWaygood