Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google App Engine 实现了自定义模块加载器。
这个加载器是线程安全的吗?
意味着从一个线程加载模块将锁定从另一个线程加载该模块直到将被加载 - 想要避免在中间重新加载?
Python 导入是线程安全的,我没有看到 AppEngine 团队决定破坏它的场景。