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 HWJ, amaury.forgeotdarc, benjamin.peterson, dlitz, gvanrossum, pitrou, vstinner, zegreek
Date 2008-09-21.22:05:39
SpamBayes Score 0.00288653
Marked as misclassified No
Message-id <1222034740.83.0.0991565008983.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
I did not test the patch, but I have some remarks about it:
- %r does not seem to be handled by PyUnicode_FromFormat; %R maybe?
- In this case, PyObject_Repr(v) is not necessary - and this will avoid 
a reference leak.
- Does the warning warn multiple times? IIRC the default behaviour is to 
warn once.
History
Date User Action Args
2008-09-21 22:05:40amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, pitrou, vstinner, benjamin.peterson, HWJ, dlitz, zegreek
2008-09-21 22:05:40amaury.forgeotdarcsetmessageid: <1222034740.83.0.0991565008983.issue3187@psf.upfronthosting.co.za>
2008-09-21 22:05:40amaury.forgeotdarclinkissue3187 messages
2008-09-21 22:05:39amaury.forgeotdarccreate