[issue34079] Multiprocessing module fails to build on Solaris 11.3

2020-11-30 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34079] Multiprocessing module fails to build on Solaris 11.3

2020-11-30 Thread Clint Allen
Clint Allen added the comment: I don't see anything further needed with this issue. Closing it is fine with me. -- status: pending -> open ___ Python tracker ___

[issue34079] Multiprocessing module fails to build on Solaris 11.3

2020-11-30 Thread Irit Katriel
Irit Katriel added the comment: _XOPEN_SOURCE is no longer defined in multiprocessing.h. Is there anything left to do here or can we close it as out of date? -- nosy: +iritkatriel status: open -> pending ___ Python tracker

[issue34079] Multiprocessing module fails to build on Solaris 11.3

2018-12-09 Thread Clint Allen
Clint Allen added the comment: Agreed, that is a better approach. I have tested your patch successfully with gcc on Solaris 11.3. -- ___ Python tracker ___

[issue34079] Multiprocessing module fails to build on Solaris 11.3

2018-10-09 Thread Steven Packard
Steven Packard added the comment: I don't think you can blindly change that value of that definition. It will likely break the compilation of the module using Solaris Sun Studio while fixing compilation with gcc. The attached patch should do the correct thing in the presence of either

[issue34079] Multiprocessing module fails to build on Solaris 11.3

2018-07-10 Thread Clint Allen
Change by Clint Allen : -- keywords: +patch Added file: https://bugs.python.org/file47680/Python-2.7.15-Modules_multiprocessing_h.patch ___ Python tracker ___

[issue34079] Multiprocessing module fails to build on Solaris 11.3

2018-07-10 Thread Clint Allen
New submission from Clint Allen : The build of this module fails with this error: In file included from /usr/include/limits.h:12:0, from /usr/gcc/5/lib/gcc/sparcv9-sun-solaris2.11/5.4.0/include-fixed/limits.h:168, from