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 larry
Recipients benjamin.peterson, georg.brandl, larry, lemburg
Date 2015-04-17.04:42:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <55308f2b.97a9ca0a.5e73.75e4@mx.google.com>
In-reply-to
Content
One more idea.  We annotate with an & when you pass in a pointer to a variable.  So format unit 'i' would get [& int], 's' would get [& char *], and 'es#' would get [char *, & char *, & int].
History
Date User Action Args
2015-04-17 04:42:22larrysetrecipients: + larry, lemburg, georg.brandl, benjamin.peterson
2015-04-17 04:42:22larrylinkissue23980 messages
2015-04-17 04:42:22larrycreate