Skip to content

Commit 9dd807e

Browse files
committed
Apply "make clinic" with force
1 parent 9357fd0 commit 9dd807e

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Modules/clinic/pyexpat.c.h

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/pyexpat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ static PyObject *
11511151
pyexpat_xmlparser_SetAllocTrackerActivationThreshold_impl(xmlparseobject *self,
11521152
PyTypeObject *cls,
11531153
unsigned long long threshold)
1154-
/*[clinic end generated code: output=bed7e93207ba08c5 input=54182cd71ad69978]*/
1154+
/*[clinic end generated code: output=bed7e93207ba08c5 input=9c706b75c18e4ea1]*/
11551155
{
11561156
assert(self->itself != NULL);
11571157
if (XML_SetAllocTrackerActivationThreshold(self->itself, threshold) == XML_TRUE) {
@@ -1192,7 +1192,7 @@ static PyObject *
11921192
pyexpat_xmlparser_SetAllocTrackerMaximumAmplification_impl(xmlparseobject *self,
11931193
PyTypeObject *cls,
11941194
float max_factor)
1195-
/*[clinic end generated code: output=6e44bd48c9b112a0 input=3544abf9dd7ae055]*/
1195+
/*[clinic end generated code: output=6e44bd48c9b112a0 input=918b9266b490a722]*/
11961196
{
11971197
assert(self->itself != NULL);
11981198
if (XML_SetAllocTrackerMaximumAmplification(self->itself, max_factor) == XML_TRUE) {

0 commit comments

Comments
 (0)