◐ Shell
clean mode source ↗

gh-117865: Speedup import of `inspect` module by danielhollas · Pull Request #144756 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

While we can easily make ast import lazy in inspect module,
it is anyway imported in annotationlib, which cannot be made lazy.

danielhollas

This was referenced

Feb 12, 2026

JelleZijlstra

ljfp pushed a commit to ljfp/cpython that referenced this pull request

Apr 25, 2026
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>