summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2017-06-30-11-58-01.bpo-30697.Q3T_8n.rst
blob: ccd9605d24723776d1e9b8bac2a2120bf609c648 (plain)
1
2
3
4
The `PyExc_RecursionErrorInst` singleton is removed and
`PyErr_NormalizeException()` does not use it anymore. This singleton is
persistent and its members being never cleared may cause a segfault during
finalization of the interpreter. See also issue #22898.