]> granicus.if.org Git - python/commitdiff
Issue #20186: Regenerated Argument Clinic.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Feb 2017 20:58:46 +0000 (22:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Feb 2017 20:58:46 +0000 (22:58 +0200)
Modules/_tracemalloc.c
Modules/clinic/_tracemalloc.c.h

index 43cf51df5d17e229d738b5b407d68c5573e4e5b9..950789ba53da6e4aa90543e45de047e3c0e5f6f2 100644 (file)
@@ -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);
 }
index 6592dad378c8f83ced6b4d42cb675eb064e6cefd..2950051b14daf7387326b22aa054265ac466e06f 100644 (file)
@@ -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]*/