]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a compiler warning: don't define unicode_is_singleton() in release mode
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 6 Oct 2011 00:36:59 +0000 (02:36 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 6 Oct 2011 00:36:59 +0000 (02:36 +0200)
commitc729b8e92f044688e1b9d1cb24541c6f3d297415
tree9610ff85679f4590b1f4e2cb33e9d7bfd1bb0acc
parentb62a7b268af8d58e5565b44a38c923917d7b62fe
Fix a compiler warning: don't define unicode_is_singleton() in release mode
Objects/unicodeobject.c