Skip to content

Commit

Permalink
Clinic constructor uses DEFAULT_LIMITED_CAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Aug 28, 2023
1 parent 0b1ae97 commit e9f70f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,7 @@ def __init__(
*,
filename: str,
verify: bool = True,
limited_capi: bool = False,
limited_capi: bool = DEFAULT_LIMITED_CAPI,
) -> None:
# maps strings to Parser objects.
# (instantiated from the "parsers" global.)
Expand Down

0 comments on commit e9f70f2

Please sign in to comment.