When parsing arguments using PyArg_ParseTupleAndKeywords and other similar functions, is the formatting specifier s# more efficient than s*
PyArg_ParseTupleAndKeywords
s#
s*