[issue23606] ctypes.util.find_library("c") no longer makes sense

eryksun report at bugs.python.org
Tue Mar 17 22:16:03 CET 2015


eryksun added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23606>
_______________________________________


More information about the Python-bugs-list mailing list