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 pablogsal
Recipients BTaskaya, gvanrossum, lys.nikolaou, pablogsal, rhettinger
Date 2020-09-08.21:15:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599599734.41.0.180093048687.issue41746@roundup.psfhosted.org>
In-reply-to
Content
> Well, since the extra code will be autogenerated, guess it wouldn't be much problematic. But I see about the PEG thing.


On the other hand, having explicit types for the sequences will allow us to get compile errors instead of runtime errors for the standard types, so this may be a good possibility. Maybe some mixture of both:

* asdl_seq objects can contain an enum describing what they are.
* We have specific specializations for adding to ASDL types.
History
Date User Action Args
2020-09-08 21:15:34pablogsalsetrecipients: + pablogsal, gvanrossum, rhettinger, lys.nikolaou, BTaskaya
2020-09-08 21:15:34pablogsalsetmessageid: <1599599734.41.0.180093048687.issue41746@roundup.psfhosted.org>
2020-09-08 21:15:34pablogsallinkissue41746 messages
2020-09-08 21:15:34pablogsalcreate