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,11 @@
--- Python-3.8.0a2-orig/Include/cpython/pyerrors.h 2019-02-25 07:08:32.000000000 -0500
+++ Python-3.8.0a2/Include/cpython/pyerrors.h 2019-03-11 11:35:44.868187500 -0400
@@ -132,7 +132,7 @@ PyAPI_FUNC(PyObject *) _PyErr_TrySetFrom
/* In signalmodule.c */
-int PySignal_SetWakeupFd(int fd);
+PyAPI_FUNC(int) PySignal_SetWakeupFd(int fd);
PyAPI_FUNC(int) _PyErr_CheckSignals(void);
/* Support for adding program text to SyntaxErrors */