xxx-pydebug.patch 466 B

1234567891011
  1. --- contrib/tools/python3/Objects/unicodeobject.c (index)
  2. +++ contrib/tools/python3/Objects/unicodeobject.c (working tree)
  3. @@ -14911,7 +14911,7 @@ intern_static(PyInterpreterState *interp, PyObject *s /* stolen */)
  4. * per-interpreter interned_dict, which might contain duplicates.
  5. */
  6. PyObject *interned = get_interned_dict(interp);
  7. - assert(interned == NULL);
  8. + // assert(interned == NULL);
  9. #endif
  10. /* Look in the global cache first. */