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 eryksun
Recipients amaury.forgeotdarc, belopolsky, eryksun, meador.inge, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-03-17.21:16:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426626963.04.0.0828978222896.issue23606@psf.upfronthosting.co.za>
In-reply-to
Content
Say I need to use ctypes to call _wsopen_s to open a file without write sharing. If I read you correctly, you're saying I'll need to know it's exported by api-ms-win-crt-stdio-l1-1-0.dll? Does the 'l1-1-0' suffix reflect a version number that will be incremented over time? If so, how about adding an API that maps 'stdio' to the version that Python is linked against?
History
Date User Action Args
2015-03-17 21:16:03eryksunsetrecipients: + eryksun, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, python-dev, zach.ware, steve.dower
2015-03-17 21:16:03eryksunsetmessageid: <1426626963.04.0.0828978222896.issue23606@psf.upfronthosting.co.za>
2015-03-17 21:16:03eryksunlinkissue23606 messages
2015-03-17 21:16:02eryksuncreate