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 2011年12月07日 15:53 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg148969 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2011年12月07日 15:53 | |
I think that `make distclean` should remove Lib/_sysconfigdata.py and Modules/_testembed. On second thought, `make clean` should probably also remove those. |
|||
| msg148970 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年12月07日 15:56 | |
Yes, "make clean" should remove them as well. |
|||
| msg149057 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年12月08日 22:34 | |
New changeset 8ed2c4d4df62 by Stefan Krah in branch '3.2': Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed http://hg.python.org/cpython/rev/8ed2c4d4df62 New changeset 053c95ad09cf by Stefan Krah in branch 'default': Merge fix for issue #13547. http://hg.python.org/cpython/rev/053c95ad09cf |
|||
| msg149080 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2011年12月09日 08:44 | |
I guess this still needs to be fixed for Visual Studio. |
|||
| msg149108 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年12月09日 17:02 | |
None of these two files is generated under Windows (_sysconfigdata.py by design and _testembed because nobody volunteered to do it). |
|||
| msg149112 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2011年12月09日 17:32 | |
Excellent, closing then. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:24 | admin | set | github: 57756 |
| 2011年12月09日 17:32:06 | skrah | set | status: open -> closed resolution: fixed messages: + msg149112 stage: needs patch -> resolved |
| 2011年12月09日 17:02:01 | pitrou | set | messages: + msg149108 |
| 2011年12月09日 08:44:24 | skrah | set | messages: + msg149080 |
| 2011年12月08日 22:34:28 | python-dev | set | nosy:
+ python-dev messages: + msg149057 |
| 2011年12月07日 15:56:09 | pitrou | set | nosy:
+ pitrou messages: + msg148970 versions: + Python 3.2 |
| 2011年12月07日 15:53:29 | skrah | create | |