Commit 89886ab2 authored by Neal Norwitz's avatar Neal Norwitz

Test is still disabled, but access through public module

parent 21d19f72
from test.test_support import vereq, TestFailed
import _symtable
import symtable
symbols = _symtable.symtable("def f(x): return x", "?", "exec")
symbols = symtable.symtable("def f(x): return x", "?", "exec")
## XXX
## Test disabled because symtable module needs to be rewritten for new compiler
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment