Changes between Version 51 and Version 52 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 28, 2008, 4:08:26 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v51 v52 38 38 is not that common. No code where duplicated call would cause a considerable overhead or harmful side-effects was found during the review, so '''the "inefficiency issues" are really non-issues''' and listed below only for reference. In the multi-process case each process does initialize `foo` individually anyway. 39 39 40 Note that as modules are cached , duplicate `__import__` calls don't re-import modules.40 Note that as modules are cached in the Python interpreter, duplicate `__import__` calls don't re-import modules. 41 41 42 42 === Errors due to incomplete initialization ===