[New-bugs-announce] [issue26727] ctypes.util.find_msvcrt() does not work in python 3.5.1

Henri Starmans report at bugs.python.org
Sun Apr 10 06:16:26 EDT 2016


New submission from Henri Starmans:

Function find_msvcrt() returns None in Python 3.5.1, I expected
'msvcr100.dll'.

test code:
from ctypes.util import find_msvcrt
print(find_msvcrt())

----------
components: Windows
messages: 263126
nosy: Henri Starmans, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: ctypes.util.find_msvcrt() does not work in python 3.5.1
type: behavior
versions: Python 3.5

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


More information about the New-bugs-announce mailing list