◐ Shell
clean mode source ↗

gh-85283: Build _scproxy extension with limited C API by vstinner · Pull Request #111008 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@vstinner

@vstinner vstinner commented

Oct 17, 2023

edited by github-actions Bot

Loading

Copy link Copy Markdown

Member

  • 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.

@vstinner vstinner enabled auto-merge (squash)

October 17, 2023 22:11

@vstinner vstinner merged commit 7029c1a into python:main

Oct 17, 2023

@vstinner vstinner 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner