Staging
v0.5.1
https://github.com/python/cpython
Revision 50c6072fc0cb94cb0766edc376ecec7c3242cf20 authored by Hirokazu Yamamoto on 17 August 2008, 09:39:06 UTC, committed by Hirokazu Yamamoto on 17 August 2008, 09:39:06 UTC
os.rename() fails unicode conversion on 2nd parameter. (windows only)
1 parent f0a4163
Raw File
Tip revision: 50c6072fc0cb94cb0766edc376ecec7c3242cf20 authored by Hirokazu Yamamoto on 17 August 2008, 09:39:06 UTC
Backport r65745: Issue #2222: Fixed reference leak when occured
Tip revision: 50c6072
badsyntax_nocaret.py
def f(x):
    [x for x in x] = x
back to top