mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)
(cherry picked from commit 8bea91b5e9
)
Authored-by: Stefan Krah <skrah@bytereef.org>
This commit is contained in:
parent
d1e05e78a3
commit
119de0eba8
2 changed files with 3 additions and 2 deletions
|
@ -0,0 +1 @@
|
||||||
|
The decimal module now requires libmpdec-2.5.0.
|
|
@ -36,8 +36,8 @@
|
||||||
#include "docstrings.h"
|
#include "docstrings.h"
|
||||||
|
|
||||||
|
|
||||||
#if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100
|
#if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02050000
|
||||||
#error "libmpdec version >= 2.4.1 required"
|
#error "libmpdec version >= 2.5.0 required"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue