On Fri, 22 Nov 2013 09:17:14 +1000 Nick Coghlan <ncogh...@gmail.com> wrote: > > Skipping saving _source under -OO would probably be a good thing, but > otherwise it's a public API with the usual backwards compatibility > guarantees.
I think skipping saving _source under -OO should be a bugfix. It's terribly weird and suboptimal to remove docstrings but keep the source code of namedtuple instances in some obscure attributes. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com