-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Py_DEBUG and WITH_PYMALLOC warnings [Windows] #1314
Comments
I'm assuming you get the same warnings when building a wheel? That code comes from the |
Note: the level has been changed in pip (the code uses |
Bonjour Benoit, No, the warnings do not show up when I build a wheel from any of my (pure python) packages using From your 2nd comment I understand you would want |
Yes, this should use the logging facility from Relevant discussion on pip's tracker about the same issue: pypa/pip#3383 |
Hi,
I'm on Windows 7 x64, running the latest Python 3.6.5 (64-bit), with setuptools 39.0.1. Each time a setuptools internal function is invoked (for example by running zc.buildout's bootstrap.py) and somehow calls
pep425tags.get_abi_tag
, 2 warnings relative toPyDEBUG
andWITH_PYMALLOC
are raised. I don't remember seeing these warnings with previous versions ofsetuptools
(I had 36.x if I recall correctly)I've tried to search issues relative to these warnings but the only I could find are from 2016 and do not seem to be relevant.
Here is a minimal command that triggers the warnings:
I am not sure I fully understand what is going on though, so it may have something to do with my setup. Hopefully this can be reproduced somehow.
The text was updated successfully, but these errors were encountered: