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 serhiy.storchaka
Recipients pitrou, rhettinger, serhiy.storchaka, tim.peters
Date 2015-01-18.08:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421569966.47.0.77112025169.issue23259@psf.upfronthosting.co.za>
In-reply-to
Content
If you want to decrease the number of executed instructions, I suggest to duplicate lookup functions (actually add boolean flag and switch one of two branches). On read lookup function should ignore dummy entries, on modification it should behave as now.
History
Date User Action Args
2015-01-18 08:32:46serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, pitrou
2015-01-18 08:32:46serhiy.storchakasetmessageid: <1421569966.47.0.77112025169.issue23259@psf.upfronthosting.co.za>
2015-01-18 08:32:46serhiy.storchakalinkissue23259 messages
2015-01-18 08:32:46serhiy.storchakacreate