python3: Update to 3.11.3, refresh/redo patches
[feed/packages.git] / lang / python / python3 / patches / 004-do-not-write-bytes-codes.patch
index 40b4e5b0c4e83a411ebc06ab6709c1413e4e17fd..6f01f9d8e3c0f695014cd6e43b35be69afc1ae98 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Python/initconfig.c
 +++ b/Python/initconfig.c
-@@ -163,7 +163,7 @@ int Py_NoSiteFlag = 0; /* Suppress 'impo
+@@ -198,7 +198,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 */