Skip to content

Commit b9c17cf

Browse files
committed
Merge branch 'master' into smart_holder
2 parents 124b62a + 2c35fde commit b9c17cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pybind11/pybind11.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3019,7 +3019,6 @@ get_type_override(const void *this_ptr, const type_info *this_type, const char *
30193019
PyObject *self_arg = PyTuple_GET_ITEM(co_varnames, 0);
30203020
Py_DECREF(co_varnames);
30213021
PyObject *self_caller = dict_getitem(locals, self_arg);
3022-
Py_DECREF(locals);
30233022
if (self_caller == self.ptr()) {
30243023
Py_DECREF(f_code);
30253024
Py_DECREF(frame);

0 commit comments

Comments
 (0)