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 captain-kark
Recipients brett.cannon, captain-kark, eric.smith, ethan.furman, rhettinger, serhiy.storchaka
Date 2019-07-20.05:54:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563602070.21.0.386172468187.issue37623@roundup.psfhosted.org>
In-reply-to
Content
This issue was raised due to a misunderstanding of the namedtuple creation process. After creating the fields, but before assigning them, __spec__ is trivially added to namedtuple class' definition as a property.

Thanks again @serhiy.storchaka
History
Date User Action Args
2019-07-20 05:54:30captain-karksetrecipients: + captain-kark, brett.cannon, rhettinger, eric.smith, ethan.furman, serhiy.storchaka
2019-07-20 05:54:30captain-karksetmessageid: <1563602070.21.0.386172468187.issue37623@roundup.psfhosted.org>
2019-07-20 05:54:30captain-karklinkissue37623 messages
2019-07-20 05:54:29captain-karkcreate