Commit Details

Avatar

Repository http://svn.python.org/projects/python/trunk /python/trunk
by Antoine Pitrou (Using name ‘antoine.pitrou’) on 2009-11-06 22:34 (30 days ago)

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