mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-11 02:14:04 +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.