Skip to content

Commit

Permalink
Update missed python var type for Tcl9
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann authored Oct 9, 2024
1 parent 4c3b90f commit be78069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/python.mod/pycmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ static PyObject *py_dir(PyObject *self, PyObject *args) {
int j;
const char *info[] = {"info commands", "info procs"}, *s, *value;
Tcl_Obj *tcl_list, **objv;
int objc;
Tcl_Size objc;

py_list = PyList_New(0);
for (i = 0; i < sizeof info / sizeof info[0]; i++) {
Expand Down

0 comments on commit be78069

Please sign in to comment.