Skip to content

Commit c32f5b7

Browse files
committed
remove defining_class from this stage
1 parent 4f918d1 commit c32f5b7

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

Modules/_lsprof.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,6 @@ static int statsForEntry(rotating_node_t *node, void *arg)
566566
/*[clinic input]
567567
_lsprof.Profiler.getstats
568568
569-
cls: defining_class
570-
571569
list of profiler_entry objects.
572570
573571
getstats() -> list of profiler_entry objects
@@ -594,8 +592,8 @@ profiler_subentry objects:
594592
[clinic start generated code]*/
595593

596594
static PyObject *
597-
_lsprof_Profiler_getstats_impl(ProfilerObject *self, PyTypeObject *cls)
598-
/*[clinic end generated code: output=1806ef720019ee03 input=445e193ef4522902]*/
595+
_lsprof_Profiler_getstats_impl(ProfilerObject *self)
596+
/*[clinic end generated code: output=9461b451e9ef0f24 input=ade04fa384ce450a]*/
599597
{
600598
statscollector_t collect;
601599
if (pending_exception(self)) {

Modules/clinic/_lsprof.c.h

Lines changed: 5 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)