鈴木たかのり (@takanory) です。今月の 「Python Monthly Topics」 では、2026年10月に正式版がリリース予定[1]のPython 3. 15の新機能から、lazy imports (遅延インポート) を紹介します。 lazy importsはPEP 810で提案された機能で、Python 3. 15で新機能として追加されます。
No more waiting on slow-loading modules or wasting time on ad hoc workarounds: Python 3.15’s new ‘lazy imports’ mechanism has you covered. When you import a module in Python, the module’s code must be ...