saitoha / libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
MIT License
2.46k stars 82 forks source link

Fail to byte-compile __init__.py #128

Closed fd00 closed 4 years ago

fd00 commented 4 years ago

https://github.com/saitoha/libsixel/blob/v1.8.5/python/libsixel/__init__.py#L60

  File "/usr/lib/python3.6/site-packages/libsixel/__init__.py", line 60
    SIXEL_BAD_INTEGER_OVERFLOW = (SIXEL_RUNTIME_ERROR | 0x0004)  /* integer overflow */
                                                                  ^
SyntaxError: invalid syntax

/* integer overflow */ -> # integer overflow?

saitoha commented 4 years ago

sorry for breaking it...

saitoha commented 4 years ago

Fixed on v1.8.6. Thanks!