commit | 162fee109b4469b8b2aec063f6225e19e83ae208 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 23 19:48:34 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 23 19:48:34 2011 +0200 |
tree | 813d3bf4a7d7c2d2ef432e0989d17b87d8b9144d | |
parent | 5fab03fd1565f4cd644ea2ab007876084dabfb8d [diff] [blame] | |
parent | bcb39d484628f55ffc3205e9ddd0166093695e50 [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 b2d9e84..4b5a9a6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -268,6 +268,9 @@ Library ------- +- Issue #11657: Fix sending file descriptors over 255 over a multiprocessing + Pipe. + - Issue #12811: tabnanny.check() now promptly closes checked files. Patch by Anthony Briggs.