mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-11 01:26:58 +00:00
Fix merge conflict error
This commit is contained in:
@@ -510,7 +510,6 @@ error_string(PyObject *exc_type, PyObject *exc_value, PyObject *exc_trace) {
|
||||
result += "): ";
|
||||
result += handle(f_code->co_name).cast<std::string>();
|
||||
result += '\n';
|
||||
frame = frame->f_back;
|
||||
Py_DECREF(f_code);
|
||||
# if PY_VERSION_HEX >= 0x030900B1
|
||||
auto *b_frame = PyFrame_GetBack(frame);
|
||||
|
||||
Reference in New Issue
Block a user