cpython: 8ccb3ad39ee4 (original) (raw)
Mercurial > cpython
changeset 106441:8ccb3ad39ee4
Issue #20186: Regenerated Argument Clinic. [#20186]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Sun, 05 Feb 2017 22:58:46 +0200 |
parents | 09ffaffca750 |
children | 724d1aa7589b |
files | Modules/_tracemalloc.c Modules/clinic/_tracemalloc.c.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-)[+] [-] Modules/_tracemalloc.c 2 Modules/clinic/_tracemalloc.c.h 4 |
line wrap: on
line diff
--- a/Modules/_tracemalloc.c +++ b/Modules/_tracemalloc.c @@ -1177,7 +1177,7 @@ Return True if the tracemalloc module is 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); }
--- a/Modules/clinic/_tracemalloc.c.h +++ b/Modules/clinic/_tracemalloc.c.h @@ -6,7 +6,7 @@ PyDoc_STRVAR(_tracemalloc_is_tracing__do "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 [](#l2.10) {"is_tracing", (PyCFunction)tracemalloc_is_tracing, METH_NOARGS, tracemalloc_is_tracing__doc}, @@ -189,4 +189,4 @@ static PyObject { return _tracemalloc_get_traced_memory_impl(module); } -/[clinic end generated code: output=1e059f24619e23f9 input=a9049054013a1b77]/ +/[clinic end generated code: output=159ce5d627964f09 input=a9049054013a1b77]*/