Don't allow bytearrays as name of non-pos args We try to address the problem, that the argument parser might add string reps to Tcl_Objs wit…
Show more
Don't allow bytearrays as name of non-pos argsWe try to address the problem, that the argument parser might add string reps to Tcl_Objswithout string reps. This is in particular nasty for pure byte arrays in Tcl 8.6, whichare defined as having no string. We do not want to change purtiy just by passingsuch values in arguments,
Show less