← Back to team overview

instant team mailing list archive

Re: md5 deprecated

 

Another suggestion for the TODO list (but not on the top!):
- Implement in-memory cache for already imported modules (based on signature)
  I.e. a global dict on the form
  _module_cache = { "module signature": previously_compiled_module }
  which is looked up transparently.

2008/9/1 Ilmar Wilbers <ilmarw@xxxxxxxxx>:
> I'll put it on the todo list.
>
> ilmar
>
> Martin Sandve Alnæs wrote:
>>
>> Instant should use this instead of md5:
>> http://www.python.org/doc/current/lib/module-hashlib.html
>>
>>
>



-- 
Martin


Follow ups

References