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 2008年03月14日 22:12 by trent, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| sysconfig.py.patch | trent, 2008年03月14日 22:12 | Patch to trunk/Lib/distutils/sysconfig.py | ||
| Messages (5) | |||
|---|---|---|---|
| msg63537 - (view) | Author: Trent Nelson (trent) * (Python committer) | Date: 2008年03月14日 22:12 | |
This patch is required in order to support x64 Windows builds that live in pcbuild/amd64. Without it, sysutils._python_build() returns the wrong directory, which causes the test_get_config_h_filename method in Lib/distutils/tests/test_sysconfig.py to fail. |
|||
| msg63544 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年03月15日 03:42 | |
That shouldn't apply to 2.5, right? |
|||
| msg63547 - (view) | Author: Trent Nelson (trent) * (Python committer) | Date: 2008年03月15日 14:01 | |
Ah, I suspect not. (Unless the 64-bit python*.exe builds end up in pcbuild/amd64.) |
|||
| msg63773 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年03月17日 21:01 | |
This patch is fine, please apply. |
|||
| msg64042 - (view) | Author: Trent Nelson (trent) * (Python committer) | Date: 2008年03月19日 06:32 | |
Fixed in r61606. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46543 |
| 2008年03月19日 06:32:54 | trent | set | status: open -> closed messages: + msg64042 |
| 2008年03月17日 21:01:44 | loewis | set | assignee: trent resolution: accepted messages: + msg63773 |
| 2008年03月15日 14:01:45 | trent | set | messages:
+ msg63547 versions: - Python 2.5 |
| 2008年03月15日 03:42:12 | loewis | set | nosy:
+ loewis messages: + msg63544 |
| 2008年03月14日 22:12:25 | trent | create | |