From 0254a4bea90442bd8504fe85dd9f5c5502f67c4a Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 20 May 2020 17:40:38 +0800 Subject: python3: Update to 3.8.3, refresh patches Signed-off-by: Jeffery To --- lang/python/python3/patches/004-do-not-write-bytes-codes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/python3/patches/004-do-not-write-bytes-codes.patch') diff --git a/lang/python/python3/patches/004-do-not-write-bytes-codes.patch b/lang/python/python3/patches/004-do-not-write-bytes-codes.patch index a67f55332..c0d78f4b7 100644 --- a/lang/python/python3/patches/004-do-not-write-bytes-codes.patch +++ b/lang/python/python3/patches/004-do-not-write-bytes-codes.patch @@ -1,6 +1,6 @@ --- a/Python/initconfig.c +++ b/Python/initconfig.c -@@ -120,7 +120,7 @@ int Py_NoSiteFlag = 0; /* Suppress 'impo +@@ -152,7 +152,7 @@ int Py_NoSiteFlag = 0; /* Suppress 'impo int Py_BytesWarningFlag = 0; /* Warn on str(bytes) and str(buffer) */ int Py_FrozenFlag = 0; /* Needed by getpath.c */ int Py_IgnoreEnvironmentFlag = 0; /* e.g. PYTHONPATH, PYTHONHOME */ -- cgit v1.2.3