Do not cache Python Script and ZODB Component source code in linecache.cache
Arnaud Fontaine authored
to avoid concurrency and transactional issues.

Considering that linecache is used by traceback and pdb, this should not be an
issue from a performance point of view anyway.
22ebb8d6