Browse Source

bltinmod is borrowed, so it shouldn't be decrefed

pull/2332/head
Benjamin Peterson 14 years ago
parent
commit
2f9c71bbba
  1. 1
      Objects/exceptions.c

1
Objects/exceptions.c

@ -2127,7 +2127,6 @@ _PyExc_Init(void)
}
}
Py_DECREF(bltinmod);
}
void

Loading…
Cancel
Save