Skip to content

Commit f18fd30

Browse files
committed
pythongh-112213: Add missing declartion of target_critical_section
1 parent e9d1360 commit f18fd30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/clinic/clinic.py

+1
Original file line numberDiff line numberDiff line change
@@ -5138,6 +5138,7 @@ class DSLParser:
51385138
parameter_continuation: str
51395139
preserve_output: bool
51405140
critical_section: bool
5141+
target_critical_section: list[str]
51415142
from_version_re = re.compile(r'([*/]) +\[from +(.+)\]')
51425143

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

0 commit comments

Comments
 (0)