We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f86f09 commit 1b99db9Copy full SHA for 1b99db9
stubtest_wrapper.py
@@ -28,6 +28,8 @@ def maybe_monkey_patch() -> None:
28
def main() -> int:
29
maybe_monkey_patch()
30
31
+ # make sure the messages get out since we're working around a segfault here
32
+ sys.stdout.flush()
33
return mypy.stubtest.main()
34
35
0 commit comments