bpo-15088 : Remove PyGen_NeedsFinalizing() by nanjekyejoannah · Pull Request #15702 · python/cpython

@nanjekyejoannah

@blurb-it

@nanjekyejoannah

@nanjekyejoannah

@nanjekyejoannah

@nanjekyejoannah nanjekyejoannah changed the title bpo-15088 : Remove PyGen_NeedsFinalizing() bpo-15088 : Deprecate PyGen_NeedsFinalizing()

Sep 5, 2019

@nanjekyejoannah nanjekyejoannah changed the title bpo-15088 : Deprecate PyGen_NeedsFinalizing() bpo-15088 : Remove PyGen_NeedsFinalizing()

Sep 5, 2019

aeros

vstinner

@nanjekyejoannah

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
Remove PyGen_NeedsFinalizing(): it was not
documented, tested or used anywhere within CPython after
the implementation of PEP 442.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
Remove PyGen_NeedsFinalizing(): it was not
documented, tested or used anywhere within CPython after
the implementation of PEP 442.

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
Remove PyGen_NeedsFinalizing(): it was not
documented, tested or used anywhere within CPython after
the implementation of PEP 442.