Staging
v0.5.1
https://github.com/python/cpython
Revision e8ca8806a9f47b3bac4ae1c6b8a54c47d1aad8f3 authored by Miss Islington (bot) on 04 September 2018, 19:39:54 UTC, committed by Victor Stinner on 04 September 2018, 19:39:54 UTC
Fix for invalid assert on big output of multiprocessing.Process.
(cherry picked from commit 266f4904a222a784080e29aad0916849e507515d)

Co-authored-by: Alexander Buchkovsky <olex.buchkovsky@gmail.com>
1 parent 20a8392
History
Tip revision: e8ca8806a9f47b3bac4ae1c6b8a54c47d1aad8f3 authored by Miss Islington (bot) on 04 September 2018, 19:39:54 UTC
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9064)
Tip revision: e8ca880
File Mode Size
clinic
_iomodule.c -rw-r--r-- 24.0 KB
_iomodule.h -rw-r--r-- 6.4 KB
bufferedio.c -rw-r--r-- 80.7 KB
bytesio.c -rw-r--r-- 31.9 KB
fileio.c -rw-r--r-- 32.4 KB
iobase.c -rw-r--r-- 29.7 KB
stringio.c -rw-r--r-- 29.6 KB
textio.c -rw-r--r-- 95.9 KB
winconsoleio.c -rw-r--r-- 32.1 KB

back to top