Test suite doesn't actually test python implementation
The test/segments_verify.py
script doesn't test the Python implementation as designed, just the C implementation twice.
This is because there is no way to import the Python objects independently of the C objects.