Changes between Version 6 and Version 7 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 5, 2008, 11:15:47 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v6 v7 59 59 60 60 Once older python version support will be dropped in distant future, locking should be implemented with `with`: http://docs.python.org/lib/with-locks.html 61 62 Although this sounds like a horrible hack, perhaps portable wrapper around `mmap.mmap` can be used for emulating shared memory.