Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

bpo-43277: Add PySet_CheckExact to the C-API#24598

Merged
pablogsal merged 2 commits into
python:masterpython/cpython:masterfrom
pablogsal:bpo-43277pablogsal/cpython:bpo-43277Copy head branch name to clipboard
Feb 20, 2021
Merged

bpo-43277: Add PySet_CheckExact to the C-API#24598
pablogsal merged 2 commits into
python:masterpython/cpython:masterfrom
pablogsal:bpo-43277pablogsal/cpython:bpo-43277Copy head branch name to clipboard

Conversation

@pablogsal

@pablogsal pablogsal commented Feb 20, 2021

Copy link
Copy Markdown
Member

For some mysterious reason we have PySet_Check, PyFrozenSet_Check, PyAnySet_Check, PyAnySet_CheckExact and PyFrozenSet_CheckExact but no PySet_CheckExact

Automerge-Triggered-By: GH:pablogsal

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I just left a minor comment :-p

Comment thread Include/setobject.h Outdated
Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington

Copy link
Copy Markdown
Contributor

@pablogsal: Status check is done, and it's a failure ❌ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor

@pablogsal: Status check is done, and it's a failure ❌ .

@pablogsal pablogsal merged commit d439fb3 into python:master Feb 20, 2021
sthagen added a commit to sthagen/python-cpython that referenced this pull request Feb 20, 2021
bpo-43277: Add PySet_CheckExact to the C-API (pythonGH-24598)
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
For some mysterious reason we have PySet_Check, PyFrozenSet_Check, PyAnySet_Check, PyAnySet_CheckExact and PyFrozenSet_CheckExact but no PySet_CheckExact.
@pablogsal pablogsal deleted the bpo-43277 branch May 19, 2021 19:00
Sign up for free to 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.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.