Message95312
The test is probably failing because the pattern is interpreted as a regex:
>>> re.match(r'\t', r'\t') is None
True
There is another problem, which is that test_runpy (or runpy itself) is
now leaking references:
test_runpy
beginning 6 repetitions
123456
......
test_runpy leaked [56, 56, 56] references, sum=168 |
|
| Date |
User |
Action |
Args |
| 2009-11-15 22:20:25 | pitrou | set | recipients:
+ pitrou, ncoghlan, cjw296, fwierzbicki, r.david.murray |
| 2009-11-15 22:20:24 | pitrou | set | messageid: <[email protected]> |
| 2009-11-15 22:20:22 | pitrou | link | issue6816 messages |
| 2009-11-15 22:20:22 | pitrou | create | |
|