Fix merge conflict error

This commit is contained in:
Aaron Gokaslan 2022-03-02 13:22:44 -05:00
parent 6523bc2127
commit 6c6971fc30

View File

@ -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);