]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix PyUnicode_InternImmortal(): PyUnicode_InternInPlace() may changes *p
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 23 Oct 2011 18:07:00 +0000 (20:07 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 23 Oct 2011 18:07:00 +0000 (20:07 +0200)
commitaf9e4b8c29f152166a7dce34b8633d45e719442b
treeb4fde37c45279481be96ada1a10f6faae7483af1
parent9faa384bedd3ede3ece06ffe0e440a99f6e7e575
Fix PyUnicode_InternImmortal(): PyUnicode_InternInPlace() may changes *p
Objects/unicodeobject.c