Comment 4 for bug 1788025

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.privsep (stable/rocky)

Reviewed: https://review.openstack.org/596762
Committed: https://git.openstack.org/cgit/openstack/oslo.privsep/commit/?id=f7ba0aa49a35bcb1e6c67dbe3dc22cf33ccc436b
Submitter: Zuul
Branch: stable/rocky

commit f7ba0aa49a35bcb1e6c67dbe3dc22cf33ccc436b
Author: Claudiu Belu <email address hidden>
Date: Sun Aug 19 03:55:30 2018 -0700

    Avoids calling ffi.dlopen(None) on Windows

    ffi.dlopen(None) cannot work on Windows and it is a
    known issue [1]. This patch avoids this call on Windows
    hosts.

    [1] https://bugs.python.org/issue23606

    Change-Id: I44436146cdc402087f33f4b99054176134ec5b81
    Closes-Bug: #1788025
    (cherry picked from commit b1f50df3b1cde1b8c770d810e201077aa1bec921)