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 rhettinger
Date 2015-01-31.21:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422741429.91.0.486737381351.issue23359@psf.upfronthosting.co.za>
In-reply-to
Content
One further possible transformation is to inline set_lookkey_dummy_allowed() inside set_insert_key() which is the only place it is used.  That saves all the test and branch code inside the latter (all that code does is reconstruct the exit points for set_lookkey_dummy_allowed() which were already known).
History
Date User Action Args
2015-01-31 21:57:09rhettingersetrecipients: + rhettinger
2015-01-31 21:57:09rhettingersetmessageid: <1422741429.91.0.486737381351.issue23359@psf.upfronthosting.co.za>
2015-01-31 21:57:09rhettingerlinkissue23359 messages
2015-01-31 21:57:09rhettingercreate