typing: fix the typehint for `skip` arg on `osutil.listdir()` to be optional
The cffi and pure implementations both default to `None`, and the args are parsed in C with `"y#|OO:listdir"`, with the C variable initialized to NULL.
parent
94a797032fc4
No related branches found
No related tags found
Loading
Please register or sign in to comment