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
# TODO: This code is simpler compared to pep425tags as CPython 2.7 didn't seem
where I mention that I left out the fallback semantics as I couldn't find a place where they were influencing results. Looks like they were still being used. 😁
Environment
OS: Windows 10
Packaging version: 19.1
Python version:
Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
, from nugetIssue: The ABI tag for Python 3.7 in
sys_tags()
does not havecp37m
(justcp37
):Expected: The ABI tag for Python 3.7 should have
cp37m
.It looks like we are relying strictly on either
SOABI
orWITH_PYMALLOC
being available here, but neither are:Related to #180.
The text was updated successfully, but these errors were encountered: