We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c3dbe commit ec5377bCopy full SHA for ec5377b
src/maps/perf_event_array.cpp
@@ -81,7 +81,6 @@ void PerfEventArray::sample_callback_wrapper(void *ctx, int cpu, void *data,
81
} catch (const py::error_already_set &e) {
82
PyErr_Print();
83
} catch (const std::exception &e) {
84
- py::gil_scoped_acquire acquire;
85
py::print("C++ error in perf callback:", e.what());
86
}
87
0 commit comments