You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to both aid comprehension and help trim down runtime dependencies, the existing ~flat module structure should be re-arranged into packages used by the runtime, at build time and in both. This has started to become an acute need with --venv mode added in #1153 where the import time of code used by __main__.py becomes the bottleneck when re-execing into a venv.
The text was updated successfully, but these errors were encountered:
In order to both aid comprehension and help trim down runtime dependencies, the existing ~flat module structure should be re-arranged into packages used by the runtime, at build time and in both. This has started to become an acute need with
--venv
mode added in #1153 where the import time of code used by__main__.py
becomes the bottleneck when re-execing into a venv.The text was updated successfully, but these errors were encountered: