Skip to content

Make PyXXX_Fini() functions private #15531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2019
Merged

Make PyXXX_Fini() functions private #15531

merged 1 commit into from
Aug 26, 2019

Conversation

vstinner
Copy link
Member

For example, rename PyTuple_Fini() to _PyTuple_Fini().

These functions are only declared in the internal C API.

For example, rename PyTuple_Fini() to _PyTuple_Fini().

These functions are only declared in the internal C API.
@vstinner vstinner requested review from 1st1 and methane as code owners August 26, 2019 21:46
@vstinner vstinner merged commit bed4817 into python:master Aug 26, 2019
@vstinner vstinner deleted the fini_private branch August 26, 2019 22:12
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
For example, rename PyTuple_Fini() to _PyTuple_Fini().

These functions are only declared in the internal C API.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
For example, rename PyTuple_Fini() to _PyTuple_Fini().

These functions are only declared in the internal C API.
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
For example, rename PyTuple_Fini() to _PyTuple_Fini().

These functions are only declared in the internal C API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants