mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
da78043237
compile(). This was due to left-over special-casing before UTF-8 became the default source encoding. Closes issue #3574. Thanks to Victor Stinner for help with the patch.