Issue 12257: Rework/replace use of DISTUTILS_USE_SDK in packaging (original) (raw)

Issue12257

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/56466

classification

Title: Rework/replace use of DISTUTILS_USE_SDK in packaging
Type: Stage: resolved
Components: Distutils2 Versions: Python 3.3

process

Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: tarek Nosy List: alexis, eric.araujo, loewis, tarek
Priority: normal Keywords:

Created on 2011-06-03 17:08 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg137559 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-03 17:08
packaging still uses the DISTUTILS_USE_SDK environment variable to tweak compilation on Windows. Do we want to change the name? Pro: separates distutils and packaging, con: requires users to set one more var during the transition period. I don’t know if MSSdk is distutils-specific (on which case the same question about renaming or not applies) or if it is a Windows envvar used by many tools (in which case packaging can continue to use it too).
msg137636 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2011-06-04 12:26
I don't think the name should be changed. If anything should be done, we should reconsider whether this flag is actually needed, or whether some other approach to selecting a compiler can be taken.
msg137642 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-04 14:46
Agreed. Thanks for the insight.
History
Date User Action Args
2022-04-11 14:57:18 admin set github: 56466
2014-03-13 00:36:39 eric.araujo set status: open -> closedresolution: out of datestage: resolved
2011-06-04 14:46:35 eric.araujo set messages: + title: Use PYPACKAGING_USE_SDK envvar instead of DISTUTILS_USE_SDK -> Rework/replace use of DISTUTILS_USE_SDK in packaging
2011-06-04 12:26:07 loewis set messages: +
2011-06-03 17:08:14 eric.araujo create