stefanha / sanlock

Forked from sanlock 3 months ago
Clone

af2d588 python: Refactor build of dictionary entries for hosts_to_list

1 file Authored by abawer 5 years ago, Committed by nsoffer 5 years ago,
    python: Refactor build of dictionary entries for hosts_to_list
    
    Use Py_BuildValue("{...}",...) for creating each dictionary entry
    in hosts list.
    
    Current status:
    - Py2: will build and pass tests.
    - Py3: will fail to build for missing respective API calls.
    
        
file modified
+11 -42