Commit Details

Avatar

Repository http://svn.python.org/projects/python/branches/py3k /python/branches/py3k
by Antoine Pitrou (Using name ‘antoine.pitrou’) on 2009-11-06 22:41 (about 1 month ago)

Merged revisions 76137 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r76137 | antoine.pitrou | 2009-11-06 23:34:35 +0100 (ven., 06 nov. 2009) | 4 lines

Issue #7270: Add some dedicated unit tests for multi-thread synchronization
primitives such as Lock, RLock, Condition, Event and Semaphore.
........

Language Totals

  Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  Python 438 14 61 0 65 0

Files Changed

[4 total ]
File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
Lib/test/lock_tests.py
  Python 415 0 60 0 58 0
Lib/test/test_threading.py
  Python 19 13 1 0 5 0
Lib/test/test_thread.py
  Python 4 1 0 0 2 0
Misc/NEWS