mirror of
https://github.com/servo/servo.git
synced 2025-07-10 17:03:40 +01:00
3 lines
85 B
Python
3 lines
85 B
Python
import py
|
|
for i in range(1000):
|
|
py.builtin.exec_("def test_func_%d(): pass" % i)
|