Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update generated file
  • Loading branch information
aisk committed Feb 11, 2024
commit b22dd884182a6813e870c037a38a4fda24497194
2 changes: 1 addition & 1 deletion Modules/_lsprof.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ profiler_subentry objects:

static PyObject *
_lsprof_Profiler_getstats_impl(ProfilerObject *self, PyTypeObject *cls)
/*[clinic end generated code: output=1806ef720019ee03 input=a66d05fbc92b6861]*/
/*[clinic end generated code: output=1806ef720019ee03 input=6c8c9c28626af2da]*/
{
statscollector_t collect;
collect.state = _PyType_GetModuleState(cls);
Expand Down