e6129a7 Stable _is_null check

1 file Authored by cheimes 7 years ago, Committed by mbasti 7 years ago,
    Stable _is_null check
    
    Avoid comparison of bytes with int in _is_null() check. b'' == 0
    triggers a BytesWarning.
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+7 -1