cpython
e2118b0a
- gh-149985: Remove future annotations and if TYPE_CHECKING in pyrepl (#149992)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
15 days ago
gh-149985: Remove future annotations and if TYPE_CHECKING in pyrepl (#149992) `from __future__ import annotations` is soft-deprecated now that evaluation of annotations is always deferred. `if TYPE_CHECKING` can often be replaced with lazy imports.
References
#149992 - gh-149985: Remove future annotations and if TYPE_CHECKING in pyrepl
Author
JelleZijlstra
Parents
7cc33343
Loading