Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Feb 20, 2021

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Feb 20, 2021

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

Copy link
Member

@vstinner vstinner left a comment

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

Include/setobject.h Outdated Show resolved Hide resolved
Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington
Copy link
Contributor

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

1 similar comment
@miss-islington
Copy link
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