Skip to content

Commit 6c6971f

Browse files
committed
Fix merge conflict error
1 parent 6523bc2 commit 6c6971f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pybind11/detail/type_caster_base.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ error_string(PyObject *exc_type, PyObject *exc_value, PyObject *exc_trace) {
510510
result += "): ";
511511
result += handle(f_code->co_name).cast<std::string>();
512512
result += '\n';
513-
frame = frame->f_back;
514513
Py_DECREF(f_code);
515514
# if PY_VERSION_HEX >= 0x030900B1
516515
auto *b_frame = PyFrame_GetBack(frame);

0 commit comments

Comments
 (0)