Skip to content

Commit

Permalink
Update pyperf/_process_time.py
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Stinner <[email protected]>
  • Loading branch information
mdboom and vstinner authored Jun 12, 2024
1 parent 5b08621 commit 54077f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyperf/_process_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
resource = None


def get_max_rss(children=False):
def get_max_rss(*, children):
if resource is not None:
if children:
resource_type = resource.RUSAGE_CHILDREN
Expand Down

0 comments on commit 54077f9

Please sign in to comment.