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 gpolo
Recipients gpolo, loewis
Date 2008-05-31.12:18:27
SpamBayes Score 0.04961691
Marked as misclassified No
Message-id <1212236320.31.0.692251487503.issue3015@psf.upfronthosting.co.za>
In-reply-to
Content
I will agree that wantobjects=False should go, it is also discouraged to
use Tcl_GetStringResult because it may lose information. 

But something should be done at FromObj since it accesses Tcl_Obj fields
directly, and it may end up not using the current object representation
which may cause weird things like in issue1447222. Said that, I'm not
sure how to fix it for now.
History
Date User Action Args
2008-05-31 12:18:40gpolosetspambayes_score: 0.0496169 -> 0.04961691
recipients: + gpolo, loewis
2008-05-31 12:18:40gpolosetspambayes_score: 0.0496169 -> 0.0496169
messageid: <1212236320.31.0.692251487503.issue3015@psf.upfronthosting.co.za>
2008-05-31 12:18:34gpololinkissue3015 messages
2008-05-31 12:18:32gpolocreate