mhammond / pywin32

Python for Windows (pywin32) Extensions
5.01k stars 792 forks source link

adsi: avoid usage from star import and avoid global reassignement overrides #2186

Closed Avasam closed 7 months ago

Avasam commented 7 months ago

As title says.

Split off from #2102 for ease of review. Checkers no longer think the symbols are potentially unbound (because of the * import from a pyd that doesn,t exist at development). Also avoids global name reassignement for cleaner overrides.