
report at bugs
Nov 6, 2009, 3:26 AM
Post #1 of 9
(77 views)
Permalink
|
|
[issue7270] Tests for synchronization primitives
|
|
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> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|