Issue1719817

classification
Title: thread.start_new_thread doesn't take a kwarg dict
Type: Severity: normal
Components: Library Versions: 2.5.1
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: cgroves, zyasoft
Priority: low Keywords:

Created on 2007-05-16.06:53:40 by cgroves, last changed 2009-06-21.21:59:49 by pjenvey.

Messages
msg1604 (view) Author: Charlie Groves (cgroves) Date: 2007-05-16.06:53:40
start_new_thread is supposed to take kwargs optionally: http://docs.python.org/lib/module-thread.html  We don't allow that now.
msg3562 (view) Author: Jim Baker (zyasoft) Date: 2008-09-14.00:30:12
Supposedly test_dummy_thread covers this issue in
ThreadTests.test_arg_passing, but as far as I can tell, it's not
executed against thread.

It still needs to be fixed of course.
History
Date User Action Args
2009-06-21 21:59:49pjenveysetversions: + 2.5.1
2009-03-14 03:02:55fwierzbickisetpriority: normal -> low
2008-12-15 18:41:50fwierzbickisetcomponents: + Library, - None
2008-09-14 00:30:12zyasoftsetassignee: zyasoft
messages: + msg3562
nosy: + zyasoft
2007-05-16 06:53:40cgrovescreate