Closed itziakos closed 9 years ago
@cournape, this PR is ready for review
finally the tests pass.
LGTM.
I have not looked at the details, but the new cffi >= 1.0 has some interesting improvements regarding code organization and import speed (see also https://cffi.readthedocs.org/en/latest/overview.html)
We have the latest cffi in our repo FWIW (1.0.3 as we speak)
Actually, it would be good to mention cffi in the README.
It would also be good to consider testing pypy (without pywin32 of course).
It would also be good to consider testing pypy (without pywin32 of course).
Since it will require to have a new set of tests. I think that it should be part of a new PR. Is that ok?
I have not looked at the details, but the new cffi >= 1.0 has some interesting improvements regarding code organization and import speed (see also https://cffi.readthedocs.org/en/latest/overview.html)
Yes, there is a new way of providing ABI access to dlls but I think it requires a compiler.
@cournape I have updated the readme and cleanedup the CI builts. I also added an issue about testing without pywin32. Please have another look
@cournape is this ok to merge?
@cournape ping
LGTM
requires #30 to be merged before