Skip to content

Commit bbdf30f

Browse files
committed
Oops, fix cleanup regression.
1 parent e88eceb commit bbdf30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pytest_benchmark/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ def clonefunc(f):
512512
co = f.__code__
513513
args = [
514514
co.co_argcount,
515+
co.co_posonlyargcount,
515516
co.co_kwonlyargcount,
516517
co.co_nlocals,
517518
co.co_stacksize,

0 commit comments

Comments
 (0)