]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119180: Improvements to ForwardRef.evaluate (#122210)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 11 Aug 2024 23:42:57 +0000 (16:42 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Aug 2024 23:42:57 +0000 (23:42 +0000)
commit016f4b5975a251d353c6e9d399b2b6a234735f25
tree359d03dfe085969e54037c3fce9e1b03f591b4e0
parenta6644d446416dbe3eab26839a32f79c4e73d3aeb
gh-119180: Improvements to ForwardRef.evaluate (#122210)

Noticed some issues while writing documentation for this method.
Lib/annotationlib.py
Lib/test/test_annotationlib.py
Lib/typing.py