summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/patches/xxx-pydebug.patch
diff options
context:
space:
mode:
authorshadchin <[email protected]>2024-10-27 10:52:33 +0300
committershadchin <[email protected]>2024-10-27 11:03:47 +0300
commit1529383373617c6d14ad4972afdc46a5eb35f954 (patch)
tree229b7647fafadd4ee4b93d20e606c534ad697365 /contrib/tools/python3/patches/xxx-pydebug.patch
parent41d598c624442bf6918407466dac3316b8277347 (diff)
Update Python 3 to 3.12.7
commit_hash:052a122399d67f1ea5dfbc5f6457e3e06200becf
Diffstat (limited to 'contrib/tools/python3/patches/xxx-pydebug.patch')
-rw-r--r--contrib/tools/python3/patches/xxx-pydebug.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/tools/python3/patches/xxx-pydebug.patch b/contrib/tools/python3/patches/xxx-pydebug.patch
new file mode 100644
index 00000000000..ad3fd98df03
--- /dev/null
+++ b/contrib/tools/python3/patches/xxx-pydebug.patch
@@ -0,0 +1,11 @@
+--- contrib/tools/python3/Objects/unicodeobject.c (index)
++++ contrib/tools/python3/Objects/unicodeobject.c (working tree)
+@@ -14911,7 +14911,7 @@ intern_static(PyInterpreterState *interp, PyObject *s /* stolen */)
+ * per-interpreter interned_dict, which might contain duplicates.
+ */
+ PyObject *interned = get_interned_dict(interp);
+- assert(interned == NULL);
++ // assert(interned == NULL);
+ #endif
+
+ /* Look in the global cache first. */