# Feature or enhancement ### Proposal: Following on from 3.15's https://github.com/python/cpython/issues/137855, further improvements can be made to import times in 3.16. And rather than deferring imports, we can use `lazy` imports. See also https://github.com/python/cpython/issues/154638. <!-- gh-linked-prs --> ### Linked PRs * gh-154657 * gh-148409 <!-- /gh-linked-prs -->
Feature or enhancement
Proposal:
Following on from 3.15's #137855, further improvements can be made to import times in 3.16.
And rather than deferring imports, we can use
lazyimports.See also #154638.
Linked PRs
tkinterlibrary with lazy imports #148409