Changes between Version 56 and Version 57 of DjangoSpecifications/Core/Threading
- Timestamp:
- Jul 9, 2008, 2:01:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v56 v57 52 52 3. thread 2: if not foo: false, does not need initializing --> use the incomplete foo 53 53 4. thread 1: foo.append(y) 54 5. thread 2: use fully initialized foo54 5. thread 1: use fully initialized foo 55 55 }}} 56 56