Skip to content

gh-85283: _scproxy uses the limited C API - #108572

Closed
vstinner wants to merge 2 commits into
python:mainfrom
vstinner:limited_scproxy
Closed

gh-85283: _scproxy uses the limited C API#108572
vstinner wants to merge 2 commits into
python:mainfrom
vstinner:limited_scproxy

Conversation

@vstinner

@vstinnervstinner commented Aug 28, 2023

Copy link
Copy Markdown
Member

The _scproxy (macOS) C extension is now built with the limited C API.

The _scproxy (macOS) C extension is now built with the limited C API.
Py_SETREF() is not part of the limited C API
@vstinner
vstinner marked this pull request as draft August 31, 2023 16:54
@vstinner

Copy link
Copy Markdown
MemberAuthor

I prefer to hold this PR (mark it as a draft) until the first extension is converted to the limited C API: PR #108573.

@vstinner

Copy link
Copy Markdown
MemberAuthor

I close the PR for now, it's trivial to rewrite. I will reopen it once a consensus is found on issue #85283.

@vstinnervstinner closed this Sep 1, 2023
@vstinner
vstinner deleted the limited_scproxy branch September 1, 2023 01:43
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.

2 participants

@vstinner@bedevere-bot