SIGN IN SIGN UP

fix two refcount bugs in new string_join implementation:

1. PySequence_Fast_GET_ITEM is a macro and borrows a reference
2. The seq returned from PySequence_Fast must be decref'd
J
Jeremy Hylton committed
4904829dbf7d8867a5d8c89eeec2969a45448fd8
Parent: dc0c031