mhammond / pywin32

Python for Windows (pywin32) Extensions
5.07k stars 799 forks source link

Removing EXE binary installers code paths and comments #2390

Open Avasam opened 1 month ago

Avasam commented 1 month ago

I'm leaving this as draft for now given that:

  1. Just in case we want to produce EXE installers one more time before we close #1939, despite the 307 release not currently providing them
  2. This should be carefully reviewed to see if all obsolete/dead code has been cleaned-up and that everything works as it should from a Python (pip) install (sanity checks on #2396 look promising !)

Because of the removed conditions, hiding whitespace changes makes reviewing this a lot easier.