summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2019-05-22-11-44-41.bpo-36829.ZmpHR9.rst
blob: 790dc47ad0641cacbc700d7c5a97a7341d38bbc3 (plain)
1
2
3
4
:c:func:`PyErr_WriteUnraisable` now displays the exception even if
displaying the traceback failed. Moreover, hold a strong reference to
:data:`sys.stderr` while using it. Document that an exception must be set when
calling :c:func:`PyErr_WriteUnraisable`.