Skip to content

Commit ae5ac4b

Browse files
committed
clinic regen fix
1 parent b4934a2 commit ae5ac4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_threadmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,6 +2635,7 @@ Set the name of the current thread.
26352635

26362636
static PyObject *
26372637
_thread_set_name_impl(PyObject *module, PyObject *name_obj)
2638+
/*[clinic end generated code: output=402b0c68e0c0daed input=7e7acd98261be82f]*/
26382639
{
26392640
#ifndef MS_WINDOWS
26402641
#ifdef __sun

0 commit comments

Comments
 (0)