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.

Author skrah
Recipients doko, skrah
Date 2013-11-24.19:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131124192339.GA28216@sleipnir.bytereef.org>
In-reply-to <52923AF4.6040104@debian.org>
Content
I have prepared Python-3.3+ for use with libmpdec.so.2:

cbd78679080b
9d07b3eb34e3

Here is a prerelease for mpdecimal:

http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.4-rc1.tar.gz

sha256sum:

528a61b3de5c1e553a012d083c4d909391510cc733c1a990131d312bbdf1a717

I think I've addressed all your comments you sent privately earlier.
The "uname -s" in configure.ac is only used for suncc and Darwin.
It should not affect cross building.

I still have to update the docs and a couple of READMEs for the final release.
The code in libmpdec is now the same as on hg.python.org and is highly unlikely
to change.

If you have time and have some final requests for the configury (config.guess,
install-sh?), let me know.  I prefer to run the final tests on the exact tarball
that is ultimately shipped.

The deal for Python-3.3 and Python-3.4 is:  For compatibility with decimal.py
only link against libmpdec.so.2.
History
Date User Action Args
2013-11-24 19:23:40skrahsetrecipients: + skrah, doko
2013-11-24 19:23:40skrahlinkissue19732 messages
2013-11-24 19:23:40skrahcreate