Closed Yay295 closed 3 months ago
The mode string can be directly passed to Py_BuildValue() as an "s" value instead of an "S" value where we need to convert it to a Python object ourselves.
mode
Py_BuildValue()
The
mode
string can be directly passed toPy_BuildValue()
as an "s" value instead of an "S" value where we need to convert it to a Python object ourselves.