[issue7270] Tests for synchronization primitives

Antoine Pitrou report at bugs.python.org
Fri Nov 6 12:26:29 CET 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

Here is a patch adding unit tests for synchronization primitives in
threading.py (Lock, RLock, Event, Condition). I've left Semaphore and
BoundedSemaphore out of the picture.

----------
components: Library (Lib), Tests
files: locktests.patch
keywords: patch
messages: 94966
nosy: gregory.p.smith, jyasskin, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Tests for synchronization primitives
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file15274/locktests.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7270>
_______________________________________


More information about the Python-bugs-list mailing list