Getting around immutable default arguments for recursion

alex23 wuwei23 at gmail.com
Wed Jan 14 21:24:02 EST 2009


dpapathanasiou <denis.papathanas... at gmail.com> wrote:
> Passing the entire dictionary to every function that accesses it is
> better?

If there are a large number of functions, you could combine them and
the history_db dict into a single object.




More information about the Python-list mailing list