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 vstinner
Recipients christian.heimes, eric.araujo, eric.smith, eric.snow, rhettinger, vstinner
Date 2014-03-17.22:01:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395093692.17.0.460324336817.issue19640@psf.upfronthosting.co.za>
In-reply-to
Content
> As an alternative, how about turning _source into a property?

A class or an instance property? A class property requires a metaclass. I guess that each namedtuple type requires its own metaclass, right?
History
Date User Action Args
2014-03-17 22:01:32vstinnersetrecipients: + vstinner, rhettinger, eric.smith, christian.heimes, eric.araujo, eric.snow
2014-03-17 22:01:32vstinnersetmessageid: <1395093692.17.0.460324336817.issue19640@psf.upfronthosting.co.za>
2014-03-17 22:01:32vstinnerlinkissue19640 messages
2014-03-17 22:01:32vstinnercreate