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 serhiy.storchaka
Recipients corona10, methane, serhiy.storchaka
Date 2020-10-30.11:25:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604057139.5.0.182516590428.issue42202@roundup.psfhosted.org>
In-reply-to
Content
> Yes, but it is bit larger than my single tuple idea in most cases.

Yes, but the code for creating a dict can be simpler. In any case we will better see what format is better when try to write a code.

> I am not sure this is the best option because there are many code object without annotation.

In this case it can be None or NULL.

I like your idea. It is easy to implement it now. Later we can make annotations an attribute of the code object.
History
Date User Action Args
2020-10-30 11:25:39serhiy.storchakasetrecipients: + serhiy.storchaka, methane, corona10
2020-10-30 11:25:39serhiy.storchakasetmessageid: <1604057139.5.0.182516590428.issue42202@roundup.psfhosted.org>
2020-10-30 11:25:39serhiy.storchakalinkissue42202 messages
2020-10-30 11:25:39serhiy.storchakacreate