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 amaury.forgeotdarc, belopolsky, docs@python, eli.bendersky, ezio.melotti, georg.brandl, lemburg, loewis, vstinner
Date 2010-11-20.13:02:03
SpamBayes Score 0.0036496883
Marked as misclassified No
Message-id <1290258124.97.0.40455943923.issue10439@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, it looks good, I have 2 remarks though:

- "under the name name" could be replaced by "under the given name".

- "The *search_function*'s refcount is incremented by this function."
This information is not useful to the caller - she just wants to know whether she still owns the reference she had before.  Most probably here, the refcount is incremented because the object is stored in a list; the caller still owns the reference to the parameter, like most functions of the API, and there is nothing to say about refcounts here.
History
Date User Action Args
2010-11-20 13:02:05amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, loewis, georg.brandl, belopolsky, vstinner, ezio.melotti, eli.bendersky, docs@python
2010-11-20 13:02:04amaury.forgeotdarcsetmessageid: <1290258124.97.0.40455943923.issue10439@psf.upfronthosting.co.za>
2010-11-20 13:02:03amaury.forgeotdarclinkissue10439 messages
2010-11-20 13:02:03amaury.forgeotdarccreate