]> granicus.if.org Git - python/commit
Ensure that code object names (co_name) are unicode.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 24 Aug 2007 23:12:06 +0000 (23:12 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 24 Aug 2007 23:12:06 +0000 (23:12 +0000)
commit41103bf6f2f5787ddf7106fb3e5a0a98bb6b1c7d
treef72b9c3d7b66bf39928689e29ac583fdcc297960
parenta5d16a3f855540a0d67a8bd3ff6927455ed7a8b5
Ensure that code object names (co_name) are unicode.
Verify that they print properly too.
Objects/codeobject.c
Python/compile.c