RootUtils: Fix refcounting in PyGetString.
Do not change the refcount of the string passed to us. But we do need to decrement the refcount of the temporary returned from PyCodec_Encode, if we use it.
Do not change the refcount of the string passed to us. But we do need to decrement the refcount of the temporary returned from PyCodec_Encode, if we use it.