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, pablogsal, serhiy.storchaka
Date 2020-05-07.18:28:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Next is using asdl_int_seq for all simple sum types, and not for only cmpop. Looks like it is hardcoded to use it, and I plan to refactor this in a way that might save some time in python implementation of classes (also it will solve this bug). For not conflicting, I'll wait GH 19968.
History
Date User Action Args
2020-05-07 18:28:24BTaskayasetrecipients: + BTaskaya, serhiy.storchaka, pablogsal
2020-05-07 18:28:24BTaskayasetmessageid: <[email protected]>
2020-05-07 18:28:24BTaskayalinkissue40528 messages
2020-05-07 18:28:24BTaskayacreate