Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita02e90a

Browse files
Move clinic_state down to where it belongs; left-overs from first PR
1 parent8baf0e1 commita02e90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Modules/itertoolsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ find_state_by_type(PyTypeObject *tp)
5555
assert(mod!=NULL);
5656
returnget_module_state(mod);
5757
}
58-
#defineclinic_state() (find_state_by_type(type))
5958

6059
/*[clinic input]
6160
module itertools
@@ -84,6 +83,7 @@ static PyTypeObject teedataobject_type;
8483
staticPyTypeObjecttee_type;
8584
staticPyTypeObjectbatched_type;
8685

86+
#defineclinic_state() (find_state_by_type(type))
8787
#defineclinic_state_by_cls() (get_module_state_by_cls(base_tp))
8888
#include"clinic/itertoolsmodule.c.h"
8989
#undef clinic_state_by_cls

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp