1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 03:55:08 +00:00
serenity/Ports/python3/patches/define-py-force-utf8-locale.patch
2021-05-06 13:04:38 +01:00

11 lines
461 B
Diff

--- Python-3.9.5/Include/pyport.h 2021-02-21 20:22:43.946024250 +0100
+++ Python-3.9.5/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
-#if defined(__ANDROID__) || defined(__VXWORKS__)
+#if defined(__ANDROID__) || defined(__VXWORKS__) || defined(__serenity__)
/* Ignore the locale encoding: force UTF-8 */
# define _Py_FORCE_UTF8_LOCALE
#endif