diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-05-20 17:40:38 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-05-20 17:40:38 +0800 |
commit | 0254a4bea90442bd8504fe85dd9f5c5502f67c4a (patch) | |
tree | f2c95f220d23b367ee09523ea76be55364bcfde7 /lang/python/python3/patches/004-do-not-write-bytes-codes.patch | |
parent | 0b6f28856005af8bb695ec9d722211e584d170a9 (diff) |
python3: Update to 3.8.3, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python3/patches/004-do-not-write-bytes-codes.patch')
-rw-r--r-- | lang/python/python3/patches/004-do-not-write-bytes-codes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |