]> granicus.if.org Git - python/commit
Several routines appeared to inline the guts of memoize(), possibly for
authorTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 01:00:38 +0000 (01:00 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 01:00:38 +0000 (01:00 +0000)
commit518df0dae473922397fa1bc3315d3576df9469f7
tree2f7f500559a5be9c5283fafaa75491544ab645d1
parentb32a8317d7a9c47bf9e6a863f0cc3112a252c66e
Several routines appeared to inline the guts of memoize(), possibly for
some notion of low-level efficiency.  Undid that, but left one routine
alone:  save_inst() claims it has a reason for not using memoize().
I don't understand that comment, so added an XXX comment there.
Lib/pickle.py