blob: ad3fd98df03d6e90d9376347357f516ab514e807 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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. */
|