mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 09:03:23 +08:00
This change modifies the PIPE, STDOUT, and DEVNULL constants in the subprocess module to be of type 'int'. Note that the Python 2 subprocess module was already typed this way; this commit is just updating the Python 3 subprocess module in the same way.