http://codereview.appspot.com/179086/diff/8/10#oldcode59
Util/RuntimeFeedback.cc:59: else if (src.InFuncMode() &&
src.data_[i].getPointer() != NULL) {
You can't Py_INCREF a PyMethodDef. FuncMode needs to stick around.
http://codereview.appspot.com/179086/diff/8/10#oldcode59
Util/RuntimeFeedback.cc:59: else if (src.InFuncMode() &&
src.data_[i].getPointer() != NULL) {
On 2009/12/17 00:23:43, Collin Winter wrote:
> You can't Py_INCREF a PyMethodDef. FuncMode needs to stick around.
I didn't remove func mode, so don't worry, it doesn't try to incref the
PyMethodDef. It just copies the data as normal.