added 30 commits
May 20, 2024 09:59Closed
30 tasks
This was referenced
Jul 23, 2024Closed
Closed
JelleZijlstra added a commit to JelleZijlstra/typing_extensions that referenced this pull request
Jul 27, 2024Tests 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, 2024Tests 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.