cpython/Misc/NEWS.d/next/C API/2019-09-05-14-17-21.bpo-150...

4 lines
215 B
ReStructuredText

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)