2010/2/13 Jake McGuire <mcgu...@google.com>: > I have a local patch, but wanted to see if anyone had ideas or > experience weighing these tradeoffs.
Interning is really only useful because it speeds up dictionary lookups for identifiers. A better idea would be to just attach the same filename object in compiling and unmarshaling. -- Regards, Benjamin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com