Changes between Version 56 and Version 57 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Jul 9, 2008, 2:01:00 AM (16 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v56 v57  
    52523. thread 2: if not foo: false, does not need initializing --> use the incomplete foo
    53534. thread 1: foo.append(y)
    54 5. thread 2: use fully initialized foo
     545. thread 1: use fully initialized foo
    5555}}}
    5656
Back to Top