cacc09c python: Use Py_BuildValue to create event dicts

Authored and Committed by nsoffer 4 years ago
    python: Use Py_BuildValue to create event dicts
    
    Replace complex and error prone code to build event dict with
    Py_BuildValue().
    
    Signed-off-by: Nir Soffer <nsoffer@redhat.com>
    
        
file modified
+9 -49