]> granicus.if.org Git - python/commit
Add a trivial test for the compiler package, guarded by compiler resource.
authorJeremy Hylton <jeremy@alum.mit.edu>
Sat, 7 Aug 2004 19:25:33 +0000 (19:25 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sat, 7 Aug 2004 19:25:33 +0000 (19:25 +0000)
commit4336eda88640695b23790e4f52de9ee92c7fee73
tree6ca34a9bac7f93e0bdc2870fd82293a6ee67d79f
parent32dbddafd52f23622b5a49afd6f9c679f783be0d
Add a trivial test for the compiler package, guarded by compiler resource.

This test is insanely slow, so it requires a resource.  On my machine,
it also appears to dump core.  I think the problem is a stack
overflow, but haven't been able to confirm.
Lib/test/regrtest.py
Lib/test/test_compiler.py [new file with mode: 0644]