[issue14463] _decimal.so compile fails in OS X installer builds

2012-04-01 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python t

[issue14463] _decimal.so compile fails in OS X installer builds

2012-04-01 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python

[issue14463] _decimal.so compile fails in OS X installer builds

2012-04-01 Thread Ned Deily
New submission from Ned Deily : 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. -- as