commit | 83fa1291fd0a25216a4a9e990f423682fda67cbe | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 11 01:36:15 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Dec 11 00:36:15 2021 +0100 |
tree | 2cc4978dae716ae64671fd1d2dad93a8f347243f | |
parent | 8f3728edcbc205913772f8dc04cccd8bdc476ff4 [diff] |
[3.10] bpo-13236: Flush the output stream more often in unittest (GH-29864) (GH-29929) It can prevent some losses when output to buffered stream.. (cherry picked from commit f42a06ba279c916fb67289e47f9bc60dc5dee4ee) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>