python-trio / trio-typing

Type hints for Trio and related projects
Other
27 stars 14 forks source link

open_process() and friends aren't typed to accept PathLikes #39

Closed oremanj closed 2 years ago

oremanj commented 2 years ago

This is inconsistent with subprocess.Popen's type hints and with runtime behavior.