Changeset 391 for python/trunk/Demo/threads
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Demo/threads/sync.py
r2 r391 266 266 # are allowed to proceed only if the current thread calls 267 267 # .read_out; threads waiting to read are only allowed to proceed 268 # if there are areno threads waiting to write. (This is a268 # if there are no threads waiting to write. (This is a 269 269 # weakness of the interface!) 270 270
Note:
See TracChangeset
for help on using the changeset viewer.