You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No longer evaluate type annotations in Python ``3.14`` when inspecting function signatures.
1
+
No longer evaluate type annotations in Python ``3.14`` when inspecting function signatures.
2
2
3
3
This prevents crashes during module collection when modules do not explicitly use ``from __future__ import annotations`` and import types for annotations within a ``if TYPE_CHECKING:`` block.
0 commit comments