Comment 2 for bug 449372

Revision history for this message
Per Johansson (per.j) wrote :

Sorry, that info was from the wrong .c-file, I didn't realise it's rebuilt as part of the rpm creation, here's the correct code:

static PyObject *__pyx_f_21_dirstate_helpers_pyx_13ProcessEntryC__loop_one_block(struct __pyx_obj_21_dirstate_helpers_pyx_ProcessEntryC *__pyx_v_self) {
      ...
      if (__pyx_1) {

        /* "/home/pelle/bzr-2.0.0/build/bdist.linux-x86_64/rpm/BUILD/bzr-2.0.0/bzrlib/_dirstate_helpers_pyx.pyx":1839 */
        Py_DECREF(__pyx_6); __pyx_6 = 0; // 8401
        Py_DECREF(__pyx_9); __pyx_9 = 0;
        Py_INCREF(__pyx_v_result);
        __pyx_r = __pyx_v_result;
        goto __pyx_L0;
        goto __pyx_L26;
      }

__pyx_6 is not referenced in this part of code earlier... very strange