commit | bcb39d484628f55ffc3205e9ddd0166093695e50 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 23 19:46:22 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 23 19:46:22 2011 +0200 |
tree | d9ed8b2ced3146e0145415e1e9c13b505cbc752e | |
parent | 5bd8b8d80fd0e038be43beb95ba29cd2bd93e965 [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 6673d20..fca436c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,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 BufferedRandom streams.