diff options
author | Linus Groh <mail@linusgroh.de> | 2021-02-21 21:34:46 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-21 21:44:52 +0100 |
commit | 416676529271ca5423168a9a1fca9c8e2f1ea112 (patch) | |
tree | 58f38472adedf570f5d277fdc4203a77c919e4ec /Ports/python3/patches/define-py-force-utf8-locale.patch | |
parent | 15cfde7233ff65a1c510b19ce905d2d6e6518e3b (diff) | |
download | serenity-416676529271ca5423168a9a1fca9c8e2f1ea112.zip |
Ports: Update Python to 3.9.2
Released on 2021-02-19, no patch changes required.
https://www.python.org/downloads/release/python-392/
Diffstat (limited to 'Ports/python3/patches/define-py-force-utf8-locale.patch')
-rw-r--r-- | Ports/python3/patches/define-py-force-utf8-locale.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/python3/patches/define-py-force-utf8-locale.patch b/Ports/python3/patches/define-py-force-utf8-locale.patch index d8e6ea1b4b..ca6f870382 100644 --- a/Ports/python3/patches/define-py-force-utf8-locale.patch +++ b/Ports/python3/patches/define-py-force-utf8-locale.patch @@ -1,5 +1,5 @@ ---- Python-3.9.1/Include/pyport.h 2021-01-17 20:45:44.417000000 +0100 -+++ Python-3.9.1/Include/pyport.h 2021-01-17 20:46:07.865663659 +0100 +--- Python-3.9.2/Include/pyport.h 2021-02-21 20:22:43.946024250 +0100 ++++ Python-3.9.2/Include/pyport.h 2021-02-21 20:29:32.457743589 +0100 @@ -838,7 +838,7 @@ # error "Py_TRACE_REFS ABI is not compatible with release and debug ABI" #endif |