Changes between Version 51 and Version 52 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Apr 28, 2008, 4:08:26 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v51 v52  
    3838is 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.
    3939
    40 Note that as modules are cached, duplicate `__import__` calls don't re-import modules.
     40Note that as modules are cached in the Python interpreter, duplicate `__import__` calls don't re-import modules.
    4141
    4242=== Errors due to incomplete initialization ===
Back to Top