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 alexandre.vassalotti
Recipients alexandre.vassalotti, bhy
Date 2008-07-13.22:29:28
SpamBayes Score 0.034471184
Marked as misclassified No
Message-id <1215988169.59.0.191164929593.issue3208@psf.upfronthosting.co.za>
In-reply-to
Content
Extension modules can use PyFunction_GetAnnotations() to access and
modify the annotations dictionary. In addition,
PyFunction_SetAnnotations() can be used to add annotations.

I added some documentation for these functions in r64934.
History
Date User Action Args
2008-07-13 22:29:30alexandre.vassalottisetspambayes_score: 0.0344712 -> 0.034471184
recipients: + alexandre.vassalotti, bhy
2008-07-13 22:29:29alexandre.vassalottisetspambayes_score: 0.0344712 -> 0.0344712
messageid: <1215988169.59.0.191164929593.issue3208@psf.upfronthosting.co.za>
2008-07-13 22:29:28alexandre.vassalottilinkissue3208 messages
2008-07-13 22:29:28alexandre.vassalotticreate