Changes between Version 76 and Version 77 of DjangoSpecifications/Core/Threading
- Timestamp:
- Sep 21, 2009, 8:46:49 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v76 v77 92 92 }}} 93 93 94 == Lock handling==94 === Lock handling === 95 95 96 96 Locks should always be acquired in exception-safe manner, otherwise the system will deadlock when an exception is raised while a lock is held.