Skip to content

Commit f176517

Browse files
committed
test also dotted imports that recurse on cpython
1 parent 532edcf commit f176517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graalpython/com.oracle.graal.python.benchmarks/python/micro/repeated-import.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def bar():
4646

4747

4848
def baz():
49-
import traceback
49+
import test.support
50+
import xml.dom.minidom
5051

5152

5253
def measure(num):

0 commit comments

Comments
 (0)