Serhiy Storchaka added the comment: I'm surprised that this caused a warning. In man page Tcl_GetObjType() is described as
Tcl_ObjType * Tcl_GetObjType(typeName) and in header file it is declared as EXTERN Tcl_ObjType * Tcl_GetObjType _ANSI_ARGS_((char * typeName)); Tcl_ObjType *Tcl_GetObjType(typeName); But this change shouldn't add any ill effect. The patch LGTM. ---------- assignee: -> zach.ware stage: patch review -> commit review _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22136> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com