mirror of https://github.com/python/cpython.git
Test is still disabled, but access through public module
This commit is contained in:
parent
21d19f7203
commit
89886ab2b0
|
@ -1,8 +1,8 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue