Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hand-roll wrapper for
Popen.__init__
... instead of using `fuctools.partialmethod()` Modules like asyncio that wrap Popen will pass `stdin=None`, bypassing the partial'ed default. Closes #1484
- Loading branch information