[issue6816] Provide CPython command line functionality via runpy module

Antoine Pitrou report at bugs.python.org
Sun Nov 15 23:20:24 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

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

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6816>
_______________________________________


More information about the Python-bugs-list mailing list