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年08月31日 14:03 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg169536 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年08月31日 14:03 | |
Sometime in the last month (probably) I change has been made in either configure(.ac), Makefile.pre.in, or setup.py that is causing the -s option passed to make to not also make its way into setup.py when extensions are built. |
|||
| msg169571 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2012年08月31日 17:45 | |
Issue15591 perhaps? |
|||
| msg169949 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2012年09月06日 22:36 | |
now fixed, see http://bugs.python.org/issue15591#msg169927 |
|||
| msg169950 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2012年09月06日 22:40 | |
Matthias: Not yet, my checkin didn't fix the issue. I've just added a minor modification to setup.py that forwards the -q option to ctypes' configure script. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:35 | admin | set | github: 60034 |
| 2012年09月06日 22:40:26 | christian.heimes | set | nosy:
+ christian.heimes messages: + msg169950 |
| 2012年09月06日 22:36:47 | doko | set | status: open -> closed resolution: fixed messages: + msg169949 |
| 2012年08月31日 21:11:02 | pitrou | set | nosy:
+ doko |
| 2012年08月31日 17:45:31 | ned.deily | set | nosy:
+ ned.deily messages: + msg169571 |
| 2012年08月31日 14:03:15 | brett.cannon | create | |