mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Test is still disabled, but access through public module
This commit is contained in:
parent
21d19f7203
commit
89886ab2b0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue