summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-02-05 22:58:46 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2017-02-05 22:58:46 +0200
commit6ab2547ee1e19cb33ef5c3e7f60495fbd5e89cef (patch)
tree3f6416569858b165134e2fb79b99ad236a823b39
parenta51d84bfb3b7f82b4b4e22c385cc7966378ae5c2 (diff)
downloadcpython-6ab2547ee1e19cb33ef5c3e7f60495fbd5e89cef.tar.gz
Issue #20186: Regenerated Argument Clinic.
-rw-r--r--Modules/_tracemalloc.c2
-rw-r--r--Modules/clinic/_tracemalloc.c.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/Modules/_tracemalloc.c b/Modules/_tracemalloc.c
index 43cf51df5d..950789ba53 100644
--- a/Modules/_tracemalloc.c
+++ b/Modules/_tracemalloc.c
@@ -1177,7 +1177,7 @@ Return True if the tracemalloc module is tracing Python memory allocations.
static PyObject *
_tracemalloc_is_tracing_impl(PyObject *module)
-/*[clinic end generated code: output=2d763b42601cd3ef input=8beb4fb5446813be]*/
+/*[clinic end generated code: output=2d763b42601cd3ef input=af104b0a00192f63]*/
{
return PyBool_FromLong(tracemalloc_config.tracing);
}
diff --git a/Modules/clinic/_tracemalloc.c.h b/Modules/clinic/_tracemalloc.c.h
index 6592dad378..2950051b14 100644
--- a/Modules/clinic/_tracemalloc.c.h
+++ b/Modules/clinic/_tracemalloc.c.h
@@ -6,7 +6,7 @@ PyDoc_STRVAR(_tracemalloc_is_tracing__doc__,
"is_tracing($module, /)\n"
"--\n"
"\n"
-"True if the tracemalloc module is tracing Python memory allocations, False otherwise.");
+"Return True if the tracemalloc module is tracing Python memory allocations.");
#define _TRACEMALLOC_IS_TRACING_METHODDEF \
{"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))
{
return _tracemalloc_get_traced_memory_impl(module);
}
-/*[clinic end generated code: output=1e059f24619e23f9 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=159ce5d627964f09 input=a9049054013a1b77]*/