#4209·OpenUSD

在 Windows 上使用 Python 解释器时,Python 3.14 失败

作者: jonassorgenfrei创建于 2026年9月6日更新于 2026年9月8日

'g["file"] = "{0}";' 'f = open("{0}", "rb");' 'exec(compile(f.read(), "{0}", "exec"), g);' For a Windows path such as: C:\Users\Jonas... this produces a ZZTERM18ZZ string containing '\U', which is interpreted as the start of a Unicode escape sequence.

内容来源: PixarAnimationStudios/OpenUSD