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 amaury.forgeotdarc, belopolsky, eryksun, meador.inge, steve.dower, tim.golden, zach.ware
Date 2015-03-10.15:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426001175.01.0.273810371265.issue23606@psf.upfronthosting.co.za>
In-reply-to
Content
Good question, I'm not sure. Right now, the api-* DLLs use forwarding rather than apisetschema, but that could change. Since they support back to XP though, I suspect it probably won't the api-* DLLs will stay as they are with ucrtbase exporting ordinals rather than names.

ucrtbased is probably going to stay as it is. When you install a debug runtime you're voluntarily giving up well-defined versioning. You'll only have that file installed if you have VS 2015 or later though - it won't be part of the updates for everyone.
History
Date User Action Args
2015-03-10 15:26:15steve.dowersetrecipients: + steve.dower, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, zach.ware, eryksun
2015-03-10 15:26:15steve.dowersetmessageid: <1426001175.01.0.273810371265.issue23606@psf.upfronthosting.co.za>
2015-03-10 15:26:14steve.dowerlinkissue23606 messages
2015-03-10 15:26:14steve.dowercreate