Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see lines · pythoncapi/cpython@e1b8253 · GitHub
Skip to content

Commit e1b8253

Browse files
committed
Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see lines
that we are scanning for the output marker. If we don't find it, we will scan them again, so it sees them twice, and it can get confused (like thinking we're still in a comment).
1 parent 331a726 commit e1b8253

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Tools/clinic/clinic.py

Lines changed: 4 additions & 3 deletions

0 commit comments

Comments
 (0)