On Tue, Aug 28, 2018 at 11:46 AM, Brett Cannon <[email protected]> wrote: > cp36 > > %cp36-none-any.whl: 7 (example) > %cp36-none-%.whl: 70 (example) > cp36-none-%.whl but not cp36-none-any.whl: 65 (example that Nathaniel knows > very well ;)
Yeah, that's an old hack that never got removed, and causes problems: https://github.com/numpy/numpy/issues/11508 Actually I wouldn't be surprised if most of those 65 are from projects using 'multibuild' that inherited that hack. -n -- Nathaniel J. Smith -- https://vorpus.org -- Distutils-SIG mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/mm3/archives/list/[email protected]/message/NBC3I2GJLWGHHCTEV6ZSKQZIZJAL4JZX/
