python: Update to 3.8.2

This commit is contained in:
Alexey Pavlov
2020-04-16 19:44:59 +03:00
parent ca874ecf8a
commit 5cdc54995d
30 changed files with 564 additions and 894 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur Python-3.8.0-orig/setup.py Python-3.8.0/setup.py
--- Python-3.8.0-orig/setup.py 2019-10-22 10:04:50.085546300 +0300
+++ Python-3.8.0/setup.py 2019-10-22 10:04:54.016753200 +0300
@@ -2165,7 +2165,7 @@
undef_macros = []
if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"):
include_dirs = []
- libraries = [':libmpdec.so.2']
+ libraries = [':libmpdec.dll.a']
sources = ['_decimal/_decimal.c']
depends = ['_decimal/docstrings.h']
else: