Skip to content

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
@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