summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-09-01-20-43-10.bpo-34563.7NQK7B.rst
blob: 9127af0d19242ec856e2dea2b26d84bcd4d40fd0 (plain)
1
On Windows, fix multiprocessing.Connection for very large read: fix _winapi.PeekNamedPipe() and _winapi.ReadFile() for read larger than INT_MAX (usually 2^31-1).