Commit cc47d8c8 authored by Gregory P. Smith's avatar Gregory P. Smith

Update a comment with more details.

parent b6e8c7e8
......@@ -1609,7 +1609,8 @@ PyUnicode_DecodeFSDefaultAndSize(const char *s, Py_ssize_t size)
}
/* Convert the argument to a bytes object, according to the file
system encoding */
system encoding. The addr param must be a PyObject**.
This is designed to be used with "O&" in PyArg_Parse APIs. */
int
PyUnicode_FSConverter(PyObject* arg, void* addr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment