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