Comment 2 for bug 1785467

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cloudbase-init (master)

Reviewed: https://review.openstack.org/588967
Committed: https://git.openstack.org/cgit/openstack/cloudbase-init/commit/?id=0368124b54873133488b95af8e472721d6f9436d
Submitter: Zuul
Branch: master

commit 0368124b54873133488b95af8e472721d6f9436d
Author: Alessandro Pilotti <email address hidden>
Date: Sun Aug 5 13:59:05 2018 +0300

    Fix CRT DLL loading on Windows in Python 3.6

    ctypes.util.find_library("c") returns None in Python 3.6.

    Change-Id: I1918ae53a8712220b973edfdcdcd54e612f21c94
    Closes-Bug: #1785467