This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sdaoden
Recipients giampaolo.rodola, pitrou, rosslagerwall, sdaoden
Date 2011-03-01.12:40:18
SpamBayes Score 5.6063122e-06
Marked as misclassified No
Message-id <20110301123817.GA75482@sherwood.local>
In-reply-to <20110228191750.GA1580@sherwood.local>
Content
I'm trashing your mailbox, but 
http://bugs.python.org/file20949/issue11351-2.patch should do 
'total+=blen' not 'total+=len'.
Anyway i attach yet a third patch which does some code cleanup in 
general and is a bit more of my very own coding style, because 
i have seen that gotos seem to be possible in Python, and because 
i was unable to enjoy the code (and this is beautiful C!) before. 
It also follows PEP guidelines more than before.

This compiles clean and runs the test even if i
    hg revert && hg patch
(I'm a bit messy)
Files
File name Uploaded
issue11351-3.patch sdaoden, 2011-03-01.12:40:17
History
Date User Action Args
2011-03-01 12:40:19sdaodensetrecipients: + sdaoden, pitrou, giampaolo.rodola, rosslagerwall
2011-03-01 12:40:18sdaodenlinkissue11351 messages
2011-03-01 12:40:18sdaodencreate