Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7588a7

Browse files
Drop a duplicate module func def.
1 parent 5890bc0 commit f7588a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/_xxsubinterpretersmodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,8 +1393,6 @@ static PyMethodDef module_functions[] = {
13931393
{"get_main", interp_get_main,
13941394
METH_NOARGS, get_main_doc},
13951395

1396-
{"whence", _PyCFunction_CAST(interp_whence),
1397-
METH_VARARGS | METH_KEYWORDS, whence_doc},
13981396
{"is_running", _PyCFunction_CAST(interp_is_running),
13991397
METH_VARARGS | METH_KEYWORDS, is_running_doc},
14001398
{"get_config", _PyCFunction_CAST(interp_get_config),

0 commit comments

Comments
 (0)