22f60ef Fix Python 3.9 compatibility

2 files Authored by cstratak 4 years ago, Committed by churchyard 4 years ago,
    Fix Python 3.9 compatibility
    
    On Python 3.9 the array.tostring() was removed as it
    was an alias to array.tobytes().
    
    Also skip the test_unpack_args test for now as it fails
    on Python 3.9 expecting a slightly different text output.
    
        
file modified
+9 -1