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 rhettinger
Recipients brett.cannon, captain-kark, eric.smith, rhettinger
Date 2019-07-19.07:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563519887.95.0.34574469243.issue37623@roundup.psfhosted.org>
In-reply-to
Content
Brett, do you have any thoughts on this?  My initial take is that __spec__ is primarily about import logic and that it likely shouldn't creep into exec'd code like dataclasses and named tuples.  Also, I'm reluctant to expand the API for something that looks like a one time use, especially when other alternatives are possible.
History
Date User Action Args
2019-07-19 07:04:47rhettingersetrecipients: + rhettinger, brett.cannon, eric.smith, captain-kark
2019-07-19 07:04:47rhettingersetmessageid: <1563519887.95.0.34574469243.issue37623@roundup.psfhosted.org>
2019-07-19 07:04:47rhettingerlinkissue37623 messages
2019-07-19 07:04:47rhettingercreate