Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
packetlost
7d ago
0 comments
Share
Python startup time can be pretty abysmal too if you have a lot of imports.
0 comments
default
newest
oldest
ptx
7d ago
This is addressed by PEP 810 (explicit lazy imports) in Python 3.15 (currently in alpha):
https://peps.python.org/pep-0810/
packetlost
OP
7d ago
Yeah, but it requires code changes to matter
j
/
k
navigate · click thread line to collapse