This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author superbobry
Recipients georg.brandl, mallyvai, rhettinger, superbobry
Date 2021-03-11.11:09:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615460962.64.0.933358977087.issue5857@roundup.psfhosted.org>
In-reply-to
Content
> I strongly prefer that there not be inner named tuples. 

Hi Raymond, do you still strongly prefer (row, col) to remain unnamed? If so, could you comment on what makes you prefer that apart from (row, col) being more common than (col, row)? 

Are there any performance implications/runtime costs associated with making it (row, col) a namedtuple?
History
Date User Action Args
2021-03-11 11:09:22superbobrysetrecipients: + superbobry, georg.brandl, rhettinger, mallyvai
2021-03-11 11:09:22superbobrysetmessageid: <1615460962.64.0.933358977087.issue5857@roundup.psfhosted.org>
2021-03-11 11:09:22superbobrylinkissue5857 messages
2021-03-11 11:09:22superbobrycreate