7d588b1 Add marshalparser to Python tests

Authored and Committed by lbalhar 3 years ago
    Add marshalparser to Python tests
    
    Marshalparser helps us to uniform byte-compiled Python files
    so it has to be able to also parse pyc files from
    the main python packages.
    Moreover, it has its own database of magic numbers so this test
    checks that the parser is compatible with the latest python before
    we ship it.
    
        
file modified
+4 -0