Opened at 2021-01-09T23:16:08Z
Closed at 2021-02-10T02:15:41Z
#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
Note: See
TracTickets for help on using
tickets.
In 845e3306/trunk: