mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-16 12:37:56 +08:00
8afc1b7a08
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.