From 97353845f87e0a260a119240f27f2ab22fcaebd1 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 5 Feb 2017 22:58:46 +0200 Subject: Issue #20186: Regenerated Argument Clinic. --- Modules/_tracemalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_tracemalloc.c') 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); } -- cgit v1.2.1