Skip to content

Commit

Permalink
experimenting with interations for debugging pickle
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla committed Dec 20, 2022
1 parent cec2f09 commit 4b0bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def func_20():

functions.append(func_20)

@trace(iterations=800)
@trace(iterations=1000)
def func_21():
pickle.loads(pickle.dumps(fd_1))

Expand Down

0 comments on commit 4b0bc55

Please sign in to comment.