Staging
v0.5.1
https://github.com/python/cpython
Revision ec3c99c8a73650d7833189bd973ec492564aa479 authored by Victor Stinner on 30 January 2020, 11:18:32 UTC, committed by GitHub on 30 January 2020, 11:18:32 UTC
Replace Py_FatalError() calls with _PyErr_WriteUnraisableMsg(),
_PyObject_ASSERT_FAILED_MSG() or Py_UNREACHABLE()
in unicode_dealloc() and unicode_release_interned().
1 parent 38c878b
History
Tip revision: ec3c99c8a73650d7833189bd973ec492564aa479 authored by Victor Stinner on 30 January 2020, 11:18:32 UTC
bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281)
Tip revision: ec3c99c
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top