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, kbk, nnorwitz, ocean-city
Date 2008-11-21.10:36:00
SpamBayes Score 3.8387462e-08
Marked as misclassified No
Message-id <1227263762.52.0.0945326080674.issue1028@psf.upfronthosting.co.za>
In-reply-to
Content
You are missing the point on using Tcl_CreateObjCommand, I didn't mean
to just go and and do s/Tcl_CreateCommand/Tcl_CreateObjCommand/ because
if you are going to convert everything to unicode then there is no point
in using Tcl_CreateObjCommand.
Also, Tcl_ObjCmdProc should use Tcl_Obj *CONST objv[] instead of Tcl_Obj
*const objv[] because Tcl may define CONST as nothing, and it uses CONST
when defining Tcl_ObjCmdProc.
History
Date User Action Args
2008-11-21 10:36:02gpolosetrecipients: + gpolo, nnorwitz, kbk, ocean-city
2008-11-21 10:36:02gpolosetmessageid: <1227263762.52.0.0945326080674.issue1028@psf.upfronthosting.co.za>
2008-11-21 10:36:01gpololinkissue1028 messages
2008-11-21 10:36:00gpolocreate