This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | eli.bendersky |
|---|---|
| Recipients | eli.bendersky, ezio.melotti, loewis, pitrou |
| Date | 2013年09月27日.15:25:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1380295557.39.0.230281055925.issue19106@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Background: we'd like to enable running 'make touch' on the bots before 'make -jN', to avoid problems with scripts that auto-generate code for the Python build (bootstrapping). pydev thread: https://mail.python.org/pipermail/python-dev/2013-September/128992.html A couple of issues are prerequisites: 1. Fix the asdl dependencies in .hgtouch: Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py Python/Python-ast.c: Include/ast.h The file Include/ast.h is not, in fact, auto-generated. But Include/Python-ast.h *is*, and it does not appear in this file. 2. Make sure 'hg touch' itself runs on Python 2.4 because that's what some bots have (and other older systems like RHEL 5) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013年09月27日 15:25:57 | eli.bendersky | set | recipients: + eli.bendersky, loewis, pitrou, ezio.melotti |
| 2013年09月27日 15:25:57 | eli.bendersky | set | messageid: <1380295557.39.0.230281055925.issue19106@psf.upfronthosting.co.za> |
| 2013年09月27日 15:25:57 | eli.bendersky | link | issue19106 messages |
| 2013年09月27日 15:25:57 | eli.bendersky | create | |