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, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-03-17.22:09:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426630179.79.0.911840242853.issue23606@psf.upfronthosting.co.za>
In-reply-to
Content
Pretty much, except the entry point DLL version won't increment unless there's a breaking change to the API. So you have to know where it's from, but (AIUI) the l1-0-0 file will always be available. At some point it may turn into a wrapper rather than a redirect, but that doesn't really matter.

I'm not sure there's any better way to provide access to the functions other than adding them to msvcrtmodule. It's more work, but far more friendly. I hope we have a pretty low bar for adding functions to that module.
History
Date User Action Args
2015-03-17 22:09:39steve.dowersetrecipients: + steve.dower, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, python-dev, zach.ware, eryksun
2015-03-17 22:09:39steve.dowersetmessageid: <1426630179.79.0.911840242853.issue23606@psf.upfronthosting.co.za>
2015-03-17 22:09:39steve.dowerlinkissue23606 messages
2015-03-17 22:09:39steve.dowercreate