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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, benjamin.peterson, bhy
Date 2008-07-24.07:00:00
SpamBayes Score 0.004724386
Marked as misclassified No
Message-id <1216882802.16.0.956981664574.issue3208@psf.upfronthosting.co.za>
In-reply-to
Content
The "First" argument does not apply here, we could just say "annotations
are not a function invariant", but the "Second" argument is valid to me. 

A solution would be a global (or interpreter-local if we really want to
support sub-interpreters) registry that stores annotations. The index
could not be the PyCFunctionObject (since it is different for every
bound method), but the address of the PyMethodDef entry.
History
Date User Action Args
2008-07-24 07:00:02amaury.forgeotdarcsetspambayes_score: 0.00472439 -> 0.004724386
recipients: + amaury.forgeotdarc, alexandre.vassalotti, benjamin.peterson, bhy
2008-07-24 07:00:02amaury.forgeotdarcsetspambayes_score: 0.00472439 -> 0.00472439
messageid: <1216882802.16.0.956981664574.issue3208@psf.upfronthosting.co.za>
2008-07-24 07:00:01amaury.forgeotdarclinkissue3208 messages
2008-07-24 07:00:00amaury.forgeotdarccreate