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年10月07日 22:33 by rpetrov, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| python-trunk-DIST.patch | rpetrov, 2008年10月07日 22:33 | |||
| Messages (4) | |||
|---|---|---|---|
| msg74492 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2008年10月07日 22:33 | |
The proposed patch add possibility to run python tests if python is build outside source tree on POSIX systems. |
|||
| msg74613 - (view) | Author: Michael Mysinger (mmysinger) | Date: 2008年10月10日 00:32 | |
Just an FYI that I had an error in test_distutils that this patch fixed. I was not doing anything abnormal. Just building from the 2.6 source distribution, making a arch specific sub-directory, using ../configure, make, and then make test. The original error happened on both x86_64 and i686 platforms. Hopefully the eventual fix makes it into 2.6.1. |
|||
| msg75015 - (view) | Author: Neil Schemenauer (nas) | Date: 2008年10月20日 22:51 | |
Issue 4151 contains a similar patch but it cleans up more code, IMHO. |
|||
| msg75041 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2008年10月21日 20:44 | |
About issue4151 - clean up is in test_sysconfig.py and setup.py - it is fine with me. Modification for test_build_ext.py from above mentioned issue break non-posix builds. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:40 | admin | set | github: 48320 |
| 2009年02月05日 21:18:49 | nascheme | set | status: open -> closed assignee: nascheme resolution: fixed nosy: + nascheme |
| 2008年10月21日 20:44:24 | rpetrov | set | messages: + msg75041 |
| 2008年10月20日 22:51:26 | nas | set | nosy:
+ nas messages: + msg75015 |
| 2008年10月10日 00:32:56 | mmysinger | set | nosy:
+ mmysinger messages: + msg74613 |
| 2008年10月07日 22:33:05 | rpetrov | create | |