mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Update a comment with more details.
This commit is contained in:
parent
b6e8c7e8fb
commit
cc47d8c8d4
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue