]> granicus.if.org Git - python/commit
Remove buggy assertion in PyUnicode_Substring()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 3 May 2012 01:36:40 +0000 (03:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 3 May 2012 01:36:40 +0000 (03:36 +0200)
commit3a7f7977f1ad3e5afe79254eef5057c0288613db
tree5aa7c8262e8d2a203f17551f0129a385291d03ad
parent684d5fd42067109f46e94ea3ddab72ebd4e130ee
Remove buggy assertion in PyUnicode_Substring()

Use also directly unicode_empty, instead of PyUnicode_New(0,0).
Objects/unicodeobject.c