Skip to content

Commit 9735384

Browse files
Issue python#20186: Regenerated Argument Clinic.
1 parent 8c67fdd commit 9735384

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/_tracemalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ Return True if the tracemalloc module is tracing Python memory allocations.
11771177

11781178
static PyObject *
11791179
_tracemalloc_is_tracing_impl(PyObject *module)
1180-
/*[clinic end generated code: output=2d763b42601cd3ef input=8beb4fb5446813be]*/
1180+
/*[clinic end generated code: output=2d763b42601cd3ef input=af104b0a00192f63]*/
11811181
{
11821182
return PyBool_FromLong(tracemalloc_config.tracing);
11831183
}

Modules/clinic/_tracemalloc.c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyDoc_STRVAR(_tracemalloc_is_tracing__doc__,
66
"is_tracing($module, /)\n"
77
"--\n"
88
"\n"
9-
"True if the tracemalloc module is tracing Python memory allocations, False otherwise.");
9+
"Return True if the tracemalloc module is tracing Python memory allocations.");
1010

1111
#define _TRACEMALLOC_IS_TRACING_METHODDEF \
1212
{"is_tracing", (PyCFunction)_tracemalloc_is_tracing, METH_NOARGS, _tracemalloc_is_tracing__doc__},
@@ -189,4 +189,4 @@ _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored))
189189
{
190190
return _tracemalloc_get_traced_memory_impl(module);
191191
}
192-
/*[clinic end generated code: output=1e059f24619e23f9 input=a9049054013a1b77]*/
192+
/*[clinic end generated code: output=159ce5d627964f09 input=a9049054013a1b77]*/

0 commit comments

Comments
 (0)