commit | e8ca8806a9f47b3bac4ae1c6b8a54c47d1aad8f3 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 04 12:39:54 2018 -0700 |
committer | Victor Stinner <vstinner@redhat.com> | Tue Sep 04 21:39:54 2018 +0200 |
tree | e3e6f1830ab8ed2c35cef81bfe6fd17a8c662112 | |
parent | 20a8392cec2967f15ae81633c1775645b3ca40da [diff] |
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9064) Fix for invalid assert on big output of multiprocessing.Process. (cherry picked from commit 266f4904a222a784080e29aad0916849e507515d) Co-authored-by: Alexander Buchkovsky <olex.buchkovsky@gmail.com>