Changes between Version 34 and Version 35 of Ticket #22756
- Timestamp:
- 04/07/17 22:52:38 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22756 – Description
v34 v35 5 5 - use `clang` to compile Python 3, as we do for Python 2. Without this, the `_scproxy` module fails to build. 6 6 7 - patch `Include/pyport.h` as we do for Python 2 -- see #22147, and also https://trac.macports.org/ticket/44288 and http://bugs.python.org/issue10910. 8 7 9 - do not create a symlink `SAGE_LOCAL/lib/python` -- see #22764. If this symlink is in place and if Python 2 is built before Python 3, then Python 3 picks up that link in its load path, and so it tries to read a lot of Python 2 packages, which is bad. 8 10