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 BTaskaya
Recipients BTaskaya, gvanrossum, lys.nikolaou, pablogsal, rhettinger
Date 2020-09-08.20:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599598405.58.0.389120904649.issue41746@roundup.psfhosted.org>
In-reply-to
Content
The problem with asdl_seq_int was that it was hard-coded since there was no entity that transpods data between different traversers / node visitors. PR 20193 tries to implement a general-purpose metadata system to eliminate that issue, and can be easily extended for this too!
History
Date User Action Args
2020-09-08 20:53:25BTaskayasetrecipients: + BTaskaya, gvanrossum, rhettinger, lys.nikolaou, pablogsal
2020-09-08 20:53:25BTaskayasetmessageid: <1599598405.58.0.389120904649.issue41746@roundup.psfhosted.org>
2020-09-08 20:53:25BTaskayalinkissue41746 messages
2020-09-08 20:53:25BTaskayacreate