Lazy imports with regular syntax in pure Python.

2 Open Issues Need Help Last updated: Sep 15, 2025

Open Issues Need Help

View All on GitHub

Lazy imports with regular syntax in pure Python.

Python

AI Summary: Investigate and resolve thread-safety issues in the `defer_imports` Python library. This involves debugging the current implementation to identify why it fails in multithreaded environments (specifically CPython with free-threading and PyPy3.9), and either fixing the code to be thread-safe or clearly documenting the limitations and adding a prominent warning to the README.

Complexity: 4/5
bug help wanted

Lazy imports with regular syntax in pure Python.

Python