Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23259>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to