]> granicus.if.org Git - python/commit
PyUnicode_EncodeUTF8(): tightened the memory asserts a bit, and at least
authorTim Peters <tim.peters@gmail.com>
Sun, 21 Apr 2002 17:28:06 +0000 (17:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 21 Apr 2002 17:28:06 +0000 (17:28 +0000)
commit0eca65c4c5ade46c960ea21e0827b051d0cd8bf7
treef7edd7f59ea4a5ed59a38fe3ec08c278846e041a
parent0e0ee598fccac4fec66e2673a97770c286f0a1d7
PyUnicode_EncodeUTF8():  tightened the memory asserts a bit, and at least
tried to catch some possible arithmetic overflows in the debug build.
Objects/unicodeobject.c