[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

gh-119180: Use type descriptors to access annotations (PEP 749) by JelleZijlstra · Pull Request #122074 · python/cpython

JelleZijlstra

added 30 commits

May 20, 2024 09:59

Closed

30 tasks

This was referenced

Jul 23, 2024

Closed

Closed

JelleZijlstra added a commit to JelleZijlstra/typing_extensions that referenced this pull request

Jul 27, 2024
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.

Merged

JelleZijlstra added a commit to python/typing_extensions that referenced this pull request

Sep 23, 2024
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.