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 rhettinger
Recipients pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2015-05-12.19:13:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431458033.21.0.0555199771064.issue23290@psf.upfronthosting.co.za>
In-reply-to
Content
I looked at the patch again and it is in pretty good shape.

Please hoist the conditionals out of the loop (for intelligibility and to let the compiler in-line more effectively).  Also, let's remove the "dump" and "clear" variable names in favor of comments that explain the conditionals (to introducing new terminology to the module). 

If you want, I'll take a crack at it in the next couple of days.
History
Date User Action Args
2015-05-12 19:13:53rhettingersetrecipients: + rhettinger, pitrou, vstinner, serhiy.storchaka
2015-05-12 19:13:53rhettingersetmessageid: <1431458033.21.0.0555199771064.issue23290@psf.upfronthosting.co.za>
2015-05-12 19:13:53rhettingerlinkissue23290 messages
2015-05-12 19:13:53rhettingercreate