IronLanguages / ironpython3

Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Apache License 2.0
2.48k stars 287 forks source link

Fix issue with subprocess.Popen not producing any output #1766

Closed slozier closed 8 months ago

slozier commented 8 months ago

Resolves https://github.com/IronLanguages/ironpython3/issues/1135. Thanks @danabr !