mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Merged revisions 81692 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81692 | martin.v.loewis | 2010-06-04 19:18:42 +0200 (Fr, 04 Jun 2010) | 3 lines Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module. ........
This commit is contained in:
parent
447f82f95f
commit
ec78d0ae0e
2 changed files with 8 additions and 1 deletions
|
|
@ -1328,7 +1328,8 @@ Extension Modules
|
|||
Build
|
||||
-----
|
||||
|
||||
- Issue #1759169: Drop _XOPEN_SOURCE on Solaris.
|
||||
- Issue #1759169, #8864: Drop _XOPEN_SOURCE on Solaris, define it for
|
||||
multiprocessing only.
|
||||
|
||||
- Issue #8625: Turn off optimization in --with-pydebug builds with
|
||||
gcc. (Optimization was unintentionally turned on in gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue