You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
I had broken escaping the tail quote by inadvertently switching from """ by default to '''. Some additional tests have been added to 00_docstring.py for this. However... Unicode decoding is still broken. For now I've added errors="ignore" to .decode("utf-8", ...) until a better fix is found. Sigh.
2.1 KiB
2.1 KiB