diff options
author | Victor Stinner <vstinner@python.org> | 2020-01-30 12:18:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 12:18:32 +0100 |
commit | ec3c99c8a73650d7833189bd973ec492564aa479 (patch) | |
tree | a1f02317982a7b5369a077cf82781872acc8b84e /Python/ceval.c | |
parent | 38c878b56cff997de8fb04a586c963039b69b414 (diff) | |
download | cpython-git-ec3c99c8a73650d7833189bd973ec492564aa479.tar.gz |
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().
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions