[Python-checkins] r75574 - python/trunk/Lib/test/test_threading.py

R. David Murray rdmurray at bitdance.com
Wed Oct 21 00:41:22 CEST 2009


On Tue, 20 Oct 2009 at 18:11, antoine.pitrou wrote:
> Author: antoine.pitrou
> Date: Tue Oct 20 23:59:25 2009
> New Revision: 75574
>
> Log:
> Test wouldn't work in debug mode.
> We probably need a function in test_support to handle this.
[...]
> +        stderr = re.sub(r"^\[\d+ refs\]", "", stderr, re.MULTILINE).strip()

Well, there are at least three places in the codebase that do this now,
(here, regrtest and test_subprocess)), so it seems like it is time :)

--David


More information about the Python-checkins mailing list