Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c32f5b7

Browse filesBrowse files
committed
remove defining_class from this stage
1 parent 4f918d1 commit c32f5b7
Copy full SHA for c32f5b7

File tree

2 files changed

+7
-20
lines changed
Filter options

2 files changed

+7
-20
lines changed

‎Modules/_lsprof.c

Copy file name to clipboardExpand all lines: Modules/_lsprof.c
+2-4Lines 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

Copy file name to clipboardExpand all lines: Modules/clinic/_lsprof.c.h
+5-16Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.