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 thyrsus
Recipients brett.cannon, christian.heimes, facundobatista, gvanrossum, thyrsus
Date 2008-01-03.21:03:12
SpamBayes Score 0.011985095
Marked as misclassified No
Message-id <1199394192.53.0.0616522209847.issue1301@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure of the scope of the "block" to which you're referring.  As
patched, the code returns a Tcl_Obj representing 0 length unicode
string, which appears to me to be the correct behavior, and works for
the applications I use (originally developed in python 2.3 and python
2.4).  I doubt that it's worth special-casing away the call for a 0
length outbuf, the skipped for loop, plus the call to free the 0 length
outbuf.
History
Date User Action Args
2008-01-03 21:03:13thyrsussetspambayes_score: 0.0119851 -> 0.011985095
recipients: + thyrsus, gvanrossum, brett.cannon, facundobatista, christian.heimes
2008-01-03 21:03:12thyrsussetspambayes_score: 0.0119851 -> 0.0119851
messageid: <1199394192.53.0.0616522209847.issue1301@psf.upfronthosting.co.za>
2008-01-03 21:03:12thyrsuslinkissue1301 messages
2008-01-03 21:03:12thyrsuscreate