blob: b90319936b3e0b25035d44167da28201baf93051 [file] [log] [blame]
import py
for i in range(1000):
py.builtin.exec_("def test_func_%d(): pass" % i)