You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, this package depends on Ctypes. A small C binding would be enough to replace its use (only two functions are needed).
In general, it is a pity that this small ligthweight library depends on another library (ctypes) which is several times its size (even if the dependency is only compile-time).
The text was updated successfully, but these errors were encountered:
nojb
changed the title
Suggestions: Remove ctypes dependency
Suggestion: remove ctypes dependency
Jul 5, 2022
On Windows, this package depends on Ctypes. A small C binding would be enough to replace its use (only two functions are needed).
In general, it is a pity that this small ligthweight library depends on another library (ctypes) which is several times its size (even if the dependency is only compile-time).
The text was updated successfully, but these errors were encountered: