Skip to content

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

Co-authored-by: Victor Stinner <[email protected]>
@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