[Patches] [ python-Patches-1533520 ] Allow thread(ing) tests to pass without setting stack size

SourceForge.net noreply at sourceforge.net
Tue Aug 15 00:12:07 CEST 2006


Patches item #1533520, was opened at 2006-08-02 23:35
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1533520&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tests
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Matt Fleming (splitscreen)
Assigned to: Andrew I MacIntyre (aimacintyre)
Summary: Allow thread(ing) tests to pass without setting stack size

Initial Comment:
This patch changes Lib/test/test_thread.py to use the
unit test framework. It also allows platforms that do
not support changing the stack size of threads to pass
all thread tests.

Thanks, Matt

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-08-14 22:12

Message:
Logged In: YES 
user_id=849994

If you get someone else to review the full patch, it's fine
with me.

----------------------------------------------------------------------

Comment By: Matt Fleming (splitscreen)
Date: 2006-08-14 22:08

Message:
Logged In: YES 
user_id=1126061

Tim Peters expressed that he liked the idea of rewriting the
test using the unittest module. However, I can appreciate
introducing changes in small steps, so if you reply with a
"yes change the tset" I'll have no problem writing another
non-unittest patch.

Matt

----------------------------------------------------------------------

Comment By: Georg Brandl (gbrandl)
Date: 2006-08-14 21:57

Message:
Logged In: YES 
user_id=849994

For the 2.5 release, could you please post a patch without
the conversion to unittest?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1533520&group_id=5470


More information about the Patches mailing list