]> granicus.if.org Git - python/commit
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Fri, 6 Sep 2019 15:41:38 +0000 (12:41 -0300)
committerVictor Stinner <vstinner@redhat.com>
Fri, 6 Sep 2019 15:41:38 +0000 (17:41 +0200)
commit74b662cf202753d224d82d5503974cce881f7436
tree7bf56ecdbf04328895afebce38f01f4b11403461
parentd8c93aa5d29d3cab537357018d5806a57452a8fe
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)

Remove PyGen_NeedsFinalizing(): it was not
documented, tested or used anywhere within CPython after
the implementation of PEP 442.
Doc/whatsnew/3.9.rst
Include/genobject.h
Misc/NEWS.d/next/C API/2019-09-05-14-17-21.bpo-15088.plt8Em.rst [new file with mode: 0644]
Objects/genobject.c
Python/ceval.c