logoalt Hacker News

packetlosttoday at 3:03 PM1 replyview on HN

Python startup time can be pretty abysmal too if you have a lot of imports.


Replies

ptxtoday at 3:20 PM

This is addressed by PEP 810 (explicit lazy imports) in Python 3.15 (currently in alpha): https://peps.python.org/pep-0810/

show 1 reply