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.
Created on 2012年03月15日 17:07 by doko, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pgen.diff | doko, 2012年03月15日 17:07 | patch | review | |
| Messages (4) | |||
|---|---|---|---|
| msg155910 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2012年03月15日 17:07 | |
For a cross build, make tries to run pgen built for the host machine, not the build machine. However it is not necessary to run pgen at all if all the files are up to date. This change implements it. The release script (if something like this exists) should make sure that the time stamps are correct, and then pgen isn't even built for a native build. reviewed by MvL |
|||
| msg155911 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年03月15日 17:08 | |
New changeset 52597f888e7a by Matthias Klose in branch 'default': - Issue #14321: Do not run pgen during the build if files are up to date. http://hg.python.org/cpython/rev/52597f888e7a |
|||
| msg157251 - (view) | Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) | Date: 2012年04月01日 03:05 | |
References to no longer used Parser/pgen.stamp file should be removed in: Makefile.pre.in .bzrignore .gitignore .hgignore |
|||
| msg157465 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月04日 11:21 | |
New changeset 4e306c1a3c92 by Matthias Klose in branch 'default': Followup for issue #14321, remove references to Parser/pgen.stamp http://hg.python.org/cpython/rev/4e306c1a3c92 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:28 | admin | set | github: 58529 |
| 2012年04月05日 08:18:02 | Arfrever | set | resolution: fixed |
| 2012年04月04日 11:52:13 | doko | set | status: open -> closed |
| 2012年04月04日 11:21:02 | python-dev | set | messages: + msg157465 |
| 2012年04月01日 03:05:38 | Arfrever | set | status: closed -> open nosy: + Arfrever messages: + msg157251 resolution: fixed -> (no value) |
| 2012年03月16日 02:36:32 | eric.araujo | set | resolution: fixed stage: resolved |
| 2012年03月15日 17:10:03 | doko | set | status: open -> closed |
| 2012年03月15日 17:08:48 | python-dev | set | nosy:
+ python-dev messages: + msg155911 |
| 2012年03月15日 17:07:23 | doko | create | |