]> granicus.if.org Git - python/commit
M.-A. Lemburg <mal@lemburg.com>:
authorFred Drake <fdrake@acm.org>
Thu, 13 Apr 2000 14:10:44 +0000 (14:10 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 13 Apr 2000 14:10:44 +0000 (14:10 +0000)
commit4e998bc6589790e08c327449c6b2864a7f9c6b5b
tree7448f74a23d873ace3d9d4ee67f74ddcbba14917
parentafe73a4687622c13246475559c6fccde2594e9f4
M.-A. Lemburg <mal@lemburg.com>:

Fixed problem with Unicode string concatenation:
u = (u"abc" u"abc") previously dumped core.
Python/compile.c