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
Actually the MSVC version doesn't seem to have changed between Python 3.5 and 3.6. I suspect that Python 3.5 headers don't include stdint.h on Windows, but later versions include it. I'm going to try explicitly including it.
The Appveyor build is failing on Python 3.5.
Example build: https://ci.appveyor.com/project/mypyc/mypy-mypyc-wheels/builds/35457632
Extract from build output:
It looks like 3.5 uses an older version of MSVC and it's missing some features that mypyc uses (at least
int32_t
).Relevant stackoverflow: https://stackoverflow.com/questions/5657825/whats-the-equivalent-of-int32-t-in-visual-c
The text was updated successfully, but these errors were encountered: