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 lemburg
Recipients benjamin.peterson, georg.brandl, larry, lemburg
Date 2015-04-17.07:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5530B8D0.1020105@egenix.com>
In-reply-to <55308f2b.97a9ca0a.5e73.75e4@mx.google.com>
Content
On 17.04.2015 06:42, Larry Hastings wrote:
> 
> Larry Hastings added the comment:
> 
> 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].

That sounds like a nice solution.
History
Date User Action Args
2015-04-17 07:40:09lemburgsetrecipients: + lemburg, georg.brandl, larry, benjamin.peterson
2015-04-17 07:40:09lemburglinkissue23980 messages
2015-04-17 07:40:09lemburgcreate