Benjamin Peterson <benja...@python.org> added the comment: 2011/5/26 Mike Solomon <rep...@bugs.python.org>: > > Mike Solomon <ms...@gmail.com> added the comment: > > If you have a file with say a hundred functions, and each function contains > the full path of that file on disk, your pyc file will contain about > (100*(path_size+overhead)) bytes. In some cases, this is pretty > significant.
I see. The support for saving interned strings no longer exists in Py3 where this "feature" would have to be added. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12190> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com