]> granicus.if.org Git - python/commit
Add interning of unicode strings by copying the functionality from
authorWalter Dörwald <walter@livinglogic.de>
Fri, 25 May 2007 13:52:07 +0000 (13:52 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 25 May 2007 13:52:07 +0000 (13:52 +0000)
commit1680713e524016d93a94114c4a874ad71a090b95
treeef1f75a1a9748b50ab4a4e66d4c81662062546f7
parent34a042d301d6ab88645046a6dfa6c38265ca4b39
Add interning of unicode strings by copying the functionality from
stringobject.c.

Intern "True" and "False" in bool_repr() again as it was in the
8bit string era.
Include/stringobject.h
Include/unicodeobject.h
Modules/main.c
Objects/boolobject.c
Objects/unicodeobject.c