Skip to content

gh-122555: Remove removed functions from Doc/data/refcounts.dat #122556

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 1, 2024

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Aug 1, 2024

Generated using the following script:

while read -r pat ; do grep -m1 -q -F $pat -r . --include='*.[ch]' || echo $pat
done < <(cut -d: -f1 "Doc/data/refcounts.dat" | grep -v '#' | sort -u | tr -d ' ')

You can do a grep on the sources if you want to be sure that there are not occurrences remaining (except in docs).


📚 Documentation preview 📚: https://cpython-previews--122556.org.readthedocs.build/

@vstinner vstinner merged commit 8803086 into python:main Aug 1, 2024
39 checks passed
@vstinner
Copy link
Member

vstinner commented Aug 1, 2024

Merged, thanks.

@picnixz picnixz deleted the remove-deprecated-refcounts branch August 1, 2024 10:35
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
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