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,13 @@
Modules/parsermodule.o:parsermodule.c: undefined reference to `_PyParser_Grammar'
--- Python-3.8.0a4-orig/Modules/Setup 2019-05-06 14:30:25.000000000 -0400
+++ Python-3.8.0a4/Modules/Setup 2019-05-19 14:14:54.663297000 -0400
@@ -327,7 +327,7 @@ _symtable symtablemodule.c
#binascii binascii.c
# Fred Drake's interface to the Python parser
-#parser parsermodule.c
+parser parsermodule.c
# Andrew Kuchling's zlib module.