• Kirill Smelkov's avatar
    Fix UNICODE decoding · 9daf6a2a
    Kirill Smelkov authored
    UNICODE is text-based opcode, which is used at protocol 0 and follows
    'raw-unicode-escape' encoded argument till EOL.
    
    - for decoding we must explicitly implement Python's
      'raw-unicode-escape' codec decoding, which is used by Python's pickle
      for UNICODE argument.
    
    Updates and hopefully fixes: https://github.com/kisielk/og-rek/issues/48
    9daf6a2a
pyquote_test.go 1.76 KB