Skip to content

Commit 9357fd0

Browse files
committed
pyexpat.c: Drop @permit_long_* to make peace with "make clinic"
1 parent 5f9e8b8 commit 9357fd0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Modules/pyexpat.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,8 +1136,6 @@ pyexpat_xmlparser_UseForeignDTD_impl(xmlparseobject *self, PyTypeObject *cls,
11361136

11371137
#if XML_COMBINED_VERSION >= 20702
11381138
/*[clinic input]
1139-
@permit_long_summary
1140-
@permit_long_docstring_body
11411139
pyexpat.xmlparser.SetAllocTrackerActivationThreshold
11421140
11431141
cls: defining_class
@@ -1169,8 +1167,6 @@ pyexpat_xmlparser_SetAllocTrackerActivationThreshold_impl(xmlparseobject *self,
11691167

11701168
#if XML_COMBINED_VERSION >= 20702
11711169
/*[clinic input]
1172-
@permit_long_summary
1173-
@permit_long_docstring_body
11741170
pyexpat.xmlparser.SetAllocTrackerMaximumAmplification
11751171
11761172
cls: defining_class

0 commit comments

Comments
 (0)