mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Improve _d handling #2169

Closed Avasam closed 5 months ago

Avasam commented 5 months ago

Checks that the filename w/o extension ends with _d rather than checking for _d anywhere in the file path. Closes #1949 Standardized the ternary assignement of "_d" Fix and simplifies a test.