]> granicus.if.org Git - python/commit
Backport 55874:
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Jun 2007 04:32:41 +0000 (04:32 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Jun 2007 04:32:41 +0000 (04:32 +0000)
commit8355dd58061649b64b253d6fdff3fd67ac3a4f49
tree3b7e7d2a12d2e6431e8fb9bd6138b08d391fd5d0
parent11c5275c6129c2600a29111c9529d1e51aaf3cb6
Backport 55874:
Fix a bug when there was a newline in the string expandtabs was called on.
This also catches another condition that can overflow.
Lib/test/string_tests.py
Objects/stringobject.c
Objects/unicodeobject.c