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年04月01日 09:27 by ned.deily, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg157267 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2012年04月01日 09:27 | |
It may also fail in other builds where the build directory is not the same as the source directory. The problem is in setup.py function _decimal_ext which fails to create an absolute path for the libmpdec include source directory. Patch follows. |
|||
| msg157268 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月01日 09:31 | |
New changeset ac60138522fc by Ned Deily in branch 'default': Issue #14463: Prevent _decimal.so compile failures in OS X installer builds. http://hg.python.org/cpython/rev/ac60138522fc |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:28 | admin | set | github: 58668 |
| 2012年04月01日 09:32:49 | ned.deily | set | status: open -> closed resolution: fixed stage: resolved |
| 2012年04月01日 09:31:41 | python-dev | set | nosy:
+ python-dev messages: + msg157268 |
| 2012年04月01日 09:27:51 | ned.deily | create | |