commit | a1a8da8bf5d6d27936702f9241c8726efd6b4b42 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 23 19:54:20 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 23 19:54:20 2011 +0200 |
tree | 5249f60c36ee918d287a753ac9cfa03bf34d0d1a | |
parent | cdaafe0f9eb82630de0c4083b6d76dbaea0db231 [diff] [blame] |
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. Also added some tests.
diff --git a/Misc/NEWS b/Misc/NEWS index a5bc4ae..4be510d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library ------- +- Issue #11657: Fix sending file descriptors over 255 over a multiprocessing + Pipe. + - Issue #12213: Fix a buffering bug with interleaved reads and writes that could appear on io.BufferedRandom streams.