[Python-Dev] python 2 for building python 3 (original) (raw)
Eli Bendersky eliben at gmail.com
Sat Dec 4 09:48:38 CET 2010
- Previous message: [Python-Dev] gc ideas -- dynamic profiling
- Next message: [Python-Dev] python 2 for building python 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To build the trunk Python 3k, it seems that Python 2 has to be installed. This is because Objects/typeslots.py is called in the Makefile, and this file uses Python 2 "print statement" syntax, which fails if $(PYTHON) is actually Python 3.
Can anyone reproduce this?
Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20101204/a2834256/attachment.html>
- Previous message: [Python-Dev] gc ideas -- dynamic profiling
- Next message: [Python-Dev] python 2 for building python 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]