diff options
author | Jesse Noller <jnoller@gmail.com> | 2009-01-19 15:12:22 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2009-01-19 15:12:22 (GMT) |
commit | 9a5b2ad38d605206f05a52fe32868d3f839e8a86 (patch) | |
tree | 8dd72269c71a0e279ebc7b3d71f879ab89dd05c5 /Misc | |
parent | 273c1d9a8ba2d7dbd03afec7e7d6aadcb884e758 (diff) | |
download | cpython-9a5b2ad38d605206f05a52fe32868d3f839e8a86.zip cpython-9a5b2ad38d605206f05a52fe32868d3f839e8a86.tar.gz cpython-9a5b2ad38d605206f05a52fe32868d3f839e8a86.tar.bz2 |
Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -140,6 +140,10 @@ Core and Builtins Library ------- +- Issue #3321: _multiprocessing.Connection() doesn't check handle; added checks + for *nix machines for negative handles and large int handles. Without this check + it is possible to segfault the interpreter. + - Issue #4449: AssertionError in mp_benchmarks.py, caused by an underlying issue in sharedctypes.py. |