annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals (#134661)

This commit is contained in:
Jelle Zijlstra 2025-05-25 10:23:28 -07:00 committed by GitHub
parent 52509cc94b
commit b51b08a0a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -211,6 +211,10 @@ Classes
means may not have any information about their scope, so passing
arguments to this method may be necessary to evaluate them successfully.
If no *owner*, *globals*, *locals*, or *type_params* are provided and the
:class:`~ForwardRef` does not contain information about its origin,
empty globals and locals dictionaries are used.
.. versionadded:: 3.14