Roy Williams added the comment:

@arp11 sorry for the too-minimal repro :D - the issue is with FileInput 
attempting to cast `files` to a tuple.  Instead, if passed a PathLike object 
FileInput should set `files` to a tuple just as it does with a str.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to