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 bhy
Recipients alexandre.vassalotti, amaury.forgeotdarc, bhy
Date 2008-07-23.05:16:47
SpamBayes Score 0.12195022
Marked as misclassified No
Message-id <1216790211.63.0.793008157352.issue3208@psf.upfronthosting.co.za>
In-reply-to
Content
By considering the implementing, some problems emerged. 

First of all, as we know, all CFunctionObject and their attributes are 
imutable, but the __annotations__ attribute should be a dict, and dict 
is mutable. So how to solve this?

Secondly, the annotation value can be abitrary expression, and then, 
for extension module, would it be reasonable to restrict these value to 
string?

Thanks!
History
Date User Action Args
2008-07-23 05:16:52bhysetspambayes_score: 0.12195 -> 0.12195022
recipients: + bhy, amaury.forgeotdarc, alexandre.vassalotti
2008-07-23 05:16:51bhysetspambayes_score: 0.12195 -> 0.12195
messageid: <1216790211.63.0.793008157352.issue3208@psf.upfronthosting.co.za>
2008-07-23 05:16:50bhylinkissue3208 messages
2008-07-23 05:16:49bhycreate