Skip to content

[ENH]: Remove the use of win32api #938

Description

@mdboom

As @rwgk pointed out, we don't need the whole win32api package to make the handful of Windows API calls we need to make. Instead, we could just define extern functions in Cython directly. This would be more efficient (no need to go through Python) and remove a ~9MB dependency on pywin32.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

P2Low priority - Nice to havecuda.bindingsEverything related to the cuda.bindings moduleenhancementAny code-related improvementstriageNeeds the team's attention

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions