ionelmc / pytest-benchmark

py.test fixture for benchmarking code
BSD 2-Clause "Simplified" License
1.22k stars 115 forks source link

Fix clonefunc() for Python 3.11 #247

Closed roehling closed 7 months ago

roehling commented 10 months ago

The code constructor has changed in Python 3.11. The PR adds the two new arguments.