Issue 14463: _decimal.so compile fails in OS X installer builds (original) (raw)

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 -> closedresolution: fixedstage: resolved
2012-04-01 09:31:41 python-dev set nosy: + python-devmessages: +
2012-04-01 09:27:51 ned.deily create