bpo-13601: always use line-buffering for sys.stderr by jendrikseipp · Pull Request #17646 · python/cpython
hauntsaninja pushed a commit to hauntsaninja/mypy that referenced this pull request
May 8, 2020There's a fun Python 3.9 only test case failure, where "Daemon started" is output after the error message from parsing options. I ended up needing to bisect to figure out why this breaks consistently on Python 3.9. The issue is caused by python/cpython#17646 (which fixes a surprisingly old issue). I'm biased because I just spent some time figuring this out, but maybe it should be mentioned in the What's New.
hauntsaninja pushed a commit to hauntsaninja/mypy that referenced this pull request
May 8, 2020There's a fun Python 3.9 only test case failure, where "Daemon started" is output after the error message from parsing options. I ended up needing to bisect to figure out why this consistently breaks on Python 3.9. The issue is caused by python/cpython#17646 (which fixes a surprisingly old BPO).
msullivan pushed a commit to python/mypy that referenced this pull request
May 20, 2020There's a fun Python 3.9 only test case failure, where "Daemon started" is output after the error message from parsing options. I ended up needing to bisect to figure out why this consistently breaks on Python 3.9. The issue is caused by python/cpython#17646 (which fixes a surprisingly old BPO). Co-authored-by: hauntsaninja <>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters