reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
20.46k stars 1.18k forks source link

protect sys.path manipulation with a mutex #4408

Closed masenf closed 1 week ago

masenf commented 1 week ago

Compiling pages in separate threads can result in sys.path being cleared, which breaks subsequent imports.