#3588 closed defect (fixed)

src/allmydata/windows/fixups.py uses ctypes to access some APIs that are now available through pywin32

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

and pywin32 is already a hard dependency on Windows due to Twisted having it as a hard dependency on Windows.

All things being equal it would be better to use these things from pywin32 than re-bind them with ctypes ourselves because this will result in less code in Tahoe.

Change History (1)

comment:1 Changed at 2021-02-10T02:15:41Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 845e3306/trunk:

Merge pull request #964 from LeastAuthority?/3588.use-pywin32-more

Use pywin32 more

Fixes: ticket:3588

Note: See TracTickets for help on using tickets.