Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Oct 17, 2023

  • Replace Py_SETREF(v, NULL) with Py_CLEAR(v).
  • Reformat the code.

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

* Replace Py_SETREF(v, NULL) with Py_CLEAR(v). * Reformat the code.
@vstinnervstinner enabled auto-merge (squash) October 17, 2023 22:11
@vstinnervstinner merged commit 7029c1a into python:mainOct 17, 2023
@vstinnervstinner deleted the limited_scproxy branch October 17, 2023 22:32
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…11008) * Replace Py_SETREF(v, NULL) with Py_CLEAR(v). * Reformat the code.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…11008) * Replace Py_SETREF(v, NULL) with Py_CLEAR(v). * Reformat the code.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner