mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Introduce and check for MPD_VERSION_HEX for precise management of builds
with an external libmpdec.
This commit is contained in:
parent
298131a448
commit
cf26115651
3 changed files with 9 additions and 5 deletions
|
@ -140,7 +140,7 @@ __all__ = [
|
|||
|
||||
__version__ = '1.70' # Highest version of the spec this complies with
|
||||
# See http://speleotrove.com/decimal/
|
||||
__libmpdec_version__ = "2.4.0" # compatible libmpdec version
|
||||
__libmpdec_version__ = "2.4.1" # compatible libmpdec version
|
||||
|
||||
import math as _math
|
||||
import numbers as _numbers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue