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 2013年02月24日 05:57 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue-17283-1.patch | chris.jerdonek, 2013年02月25日 01:09 | review | ||
| issue-17283-2.patch | chris.jerdonek, 2013年02月25日 04:15 | review | ||
| Messages (6) | |||
|---|---|---|---|
| msg182854 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2013年02月24日 05:57 | |
As discussed here: http://bugs.python.org/issue15305#msg182853 this issue is for Lib/test/__main__.py to share code with Lib/test/regrtest.py to minimize duplication of code: http://hg.python.org/cpython/file/96f08a22f562/Lib/test/regrtest.py#l1594 http://hg.python.org/cpython/file/96f08a22f562/Lib/test/__main__.py#l12 |
|||
| msg182909 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2013年02月25日 01:09 | |
Attaching patch. The use of "global TEMPDIR" isn't ideal. Alternatively, TEMPDIR's value when sysconfig.is_python_build() is true can be set when initially setting TEMPDIR: http://hg.python.org/cpython/file/96f08a22f562/Lib/test/regrtest.py#l203 |
|||
| msg182915 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2013年02月25日 04:15 | |
Here is a new patch which does not use the global keyword. |
|||
| msg183069 - (view) | Author: Petri Lehtinen (petri.lehtinen) * (Python committer) | Date: 2013年02月26日 19:16 | |
LGTM. |
|||
| msg183161 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年02月27日 17:06 | |
New changeset e0f3dcd30af8 by Chris Jerdonek in branch 'default': Issue #17283: Share code between __main__.py and regrtest.py in Lib/test. http://hg.python.org/cpython/rev/e0f3dcd30af8 |
|||
| msg183162 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2013年02月27日 17:08 | |
Thanks a lot for the review, Petri. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:42 | admin | set | github: 61485 |
| 2013年02月27日 17:08:02 | chris.jerdonek | set | status: open -> closed resolution: fixed messages: + msg183162 stage: patch review -> resolved |
| 2013年02月27日 17:06:32 | python-dev | set | nosy:
+ python-dev messages: + msg183161 |
| 2013年02月26日 19:16:31 | petri.lehtinen | set | messages: + msg183069 |
| 2013年02月25日 04:15:41 | chris.jerdonek | set | files:
+ issue-17283-2.patch messages: + msg182915 |
| 2013年02月25日 01:09:52 | chris.jerdonek | set | stage: needs patch -> patch review |
| 2013年02月25日 01:09:46 | chris.jerdonek | set | files:
+ issue-17283-1.patch keywords: + patch messages: + msg182909 |
| 2013年02月24日 05:57:28 | chris.jerdonek | create | |