Skip to content
  • Joseph Weston's avatar
    move DECREF to correct place in code · 909b30e9
    Joseph Weston authored
    Previously, load_index_seq_as_long did not correctly DECREF the
    new reference created by PySequence_Fast, and I had erroneously
    DECREF'd this reference in code which called load_index_seq_as_long.
    909b30e9