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.

Author steve.dower
Recipients matrixise, palotasb-conti, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-19.16:57:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550595474.04.0.39608207219.issue36020@roundup.psfhosted.org>
In-reply-to
Content
We don't support older versions of MSVC at this point, so the version check seems unnecessary.

If we need to alias these within the CPython sources for non-MSVC compilers, then we should do it in source files. In general, we never want to pollute the user's namespace with aliases like this - when we do, it should get a "_Py_" prefix and ideally be behind one of the Py_BUILD_CORE variables.

So I'd rather see a change to remove those definitions from the header files and put them closer to where they belong. If that's too many places, they can go into an internal header with "_Py_" prefix and update all uses.
History
Date User Action Args
2019-02-19 16:57:54steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, matrixise, palotasb-conti
2019-02-19 16:57:54steve.dowersetmessageid: <1550595474.04.0.39608207219.issue36020@roundup.psfhosted.org>
2019-02-19 16:57:54steve.dowerlinkissue36020 messages
2019-02-19 16:57:53steve.dowercreate