Skip to content

Comments

fix: avoid heavy imports on package import#63

Merged
gabelul merged 1 commit intomasterfrom
fix/windows-import-laziness
Feb 3, 2026
Merged

fix: avoid heavy imports on package import#63
gabelul merged 1 commit intomasterfrom
fix/windows-import-laziness

Conversation

@gabelul
Copy link
Owner

@gabelul gabelul commented Feb 3, 2026

Avoid importing heavy modules at package import time (Windows-safe).\n\nWhy: importing submodules like autocoder.core.database can trigger heavy imports and hang on Windows via platform/WMI in SDK paths.\n\nChanges:\n- Lazy exports in src/autocoder/init.py and src/autocoder/core/init.py\n\nNotes:\n- This is a fork-specific stability fix (no upstream merge).

@gabelul gabelul merged commit 895e86d into master Feb 3, 2026
3 checks passed
@gabelul gabelul deleted the fix/windows-import-laziness branch February 3, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant