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年05月07日 19:45 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg160165 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年05月07日 19:45 | |
Apparently test_unparse goes a bit overboard. test_compiler in 2.x had a more reasonable approach: it only compiled all files with -uall, otherwise it would choose 10 at random. |
|||
| msg160171 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2012年05月07日 21:34 | |
That sounds like a better approach. I'll back out the test_unparse inclusion until this can be fixed. |
|||
| msg160172 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年05月07日 21:37 | |
New changeset dbfacec7e368 by Mark Dickinson in branch 'default': Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up. http://hg.python.org/cpython/rev/dbfacec7e368 |
|||
| msg163549 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年06月23日 08:28 | |
New changeset 0e5a698d3c4c by Mark Dickinson in branch 'default': Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. http://hg.python.org/cpython/rev/0e5a698d3c4c |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58947 |
| 2012年06月23日 08:31:07 | mark.dickinson | set | resolution: fixed |
| 2012年06月23日 08:30:52 | mark.dickinson | set | status: open -> closed |
| 2012年06月23日 08:28:49 | python-dev | set | messages: + msg163549 |
| 2012年05月09日 07:25:48 | mark.dickinson | set | assignee: mark.dickinson |
| 2012年05月07日 21:37:02 | python-dev | set | nosy:
+ python-dev messages: + msg160172 |
| 2012年05月07日 21:34:47 | mark.dickinson | set | messages: + msg160171 |
| 2012年05月07日 19:45:15 | pitrou | create | |