Open Issues Need Help
View All on GitHub help wanted
Investigate thread-safety and document guarantees 5 months ago
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