summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2019-09-05-14-17-21.bpo-15088.plt8Em.rst
blob: 8a27afc9678a9b052d7f7e8b1a50b0dabe8dcccf (plain)
1
2
3
4
The C function ``PyGen_NeedsFinalizing`` has been removed. It was not
documented, tested or used anywhere within CPython after the implementation
of :pep:`442`. Patch by Joannah Nanjekye.
(Patch by Joannah Nanjekye)