bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281)
Replace Py_FatalError() calls with _PyErr_WriteUnraisableMsg(), _PyObject_ASSERT_FAILED_MSG() or Py_UNREACHABLE() in unicode_dealloc() and unicode_release_interned().
V
Victor Stinner committed
ec3c99c8a73650d7833189bd973ec492564aa479
Parent: 38c878b
Committed by GitHub <noreply@github.com>
on 1/30/2020, 11:18:32 AM