Skip to content

Commit

Permalink
pythongh-112213: Add missing declartion of target_critical_section
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Nov 24, 2023
1 parent e9d1360 commit f18fd30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5138,6 +5138,7 @@ class DSLParser:
parameter_continuation: str
preserve_output: bool
critical_section: bool
target_critical_section: list[str]
from_version_re = re.compile(r'([*/]) +\[from +(.+)\]')

def __init__(self, clinic: Clinic) -> None:
Expand Down

0 comments on commit f18fd30

Please sign in to comment.