diff options
author | Jesse Noller <jnoller@gmail.com> | 2008-09-03 18:10:30 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2008-09-03 18:10:30 (GMT) |
commit | b814d6a7046d1138b624a049a35afcd82c255a4a (patch) | |
tree | 69256327f7a21c165bbb4eed3982a2252391e00c /Misc/NEWS | |
parent | ac25fab12f95374cad4f11bbcbe5543183b98aa6 (diff) | |
download | cpython-b814d6a7046d1138b624a049a35afcd82c255a4a.zip cpython-b814d6a7046d1138b624a049a35afcd82c255a4a.tar.gz cpython-b814d6a7046d1138b624a049a35afcd82c255a4a.tar.bz2 |
Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ Library - Issue #3708: os.urandom no longer goes into an infinite loop when passed a non-integer floating point number. +- Issue #3110: multiprocessing fails to compiel on solaris 10 due to missing + SEM_VALUE_MAX. + Extension Modules ----------------- |