Navigation
Recherche
|
[$] Explicit lazy imports for Python
lundi 20 octobre 2025, 18:30 , par LWN.net
Importing modules in Python is ubiquitous; most Python programs start
with at least a few import statements. But the performance impact of those imports can be large—and may be entirely wasted effort if the symbols imported end up being unused. There are multiple ways to lazily import modules, including one in the standard library, but none of them are part of the Python language itself. That may soon change, if the recently proposed PEP 810 ('Explicit lazy imports') is approved.
https://lwn.net/Articles/1041120/
Voir aussi |
56 sources (32 en français)
Date Actuelle
mer. 22 oct. - 01:15 CEST
|