brettsky posted to #python:

brettsky

Trying to figure out why compile() won't properly decode from a bytes object when the file encoding specification is in the bytes.

4 days, 22 hours ago.

1 comment so far

  • brettsky

    Looks like there is a foul-up in the parser code that hard-codes Latin-1 as a raw encoding. But UTF-8 is the raw encoding for source.

    4 days, 21 hours ago by brettsky.

Sign in to add a comment