Skip to content

Commit c85bbfb

Browse files
committed
Redefine module parameter as proposed in pythongh-94431
1 parent 287adea commit c85bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/_warnings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ get_source_line(PyInterpreterState *interp, PyObject *module_globals, int lineno
10331033
/*[clinic input]
10341034
warn_explicit as warnings_warn_explicit
10351035
1036-
_module: self(type="PyObject *")
1036+
module as _module
10371037
message: object
10381038
category: object
10391039
filename: unicode

0 commit comments

Comments
 (0)