Serhiy Storchaka added the comment:

> on the other hand if you keep the whole pickle in memory for optimize() 
> perhaps it's not a problem keeping it in memory for load() :-)

This is not always true. You run optimize() on one computer or environment and 
load() on other.

----------
nosy: +serhiy.storchaka

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

Reply via email to