Serhiy Storchaka added the comment:

Personally I doubt it is a good idea to convert any tuple to named tuple. There 
are downsides: this increases memory usage and decreases performance; this 
changes pickled data and makes it backward incompatible (and even worse with 
other serialization methods).

----------

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

Reply via email to