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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2021-02-20.18:05:41.615> created_at = <Date 2021-02-20.16:48:37.845> labels = ['expert-C-API', '3.10'] title = 'Add PySet_CheckExact' updated_at = <Date 2021-02-20.18:05:41.615> user = 'https://github.com/pablogsal'
bugs.python.org fields:
activity = <Date 2021-02-20.18:05:41.615> actor = 'pablogsal' assignee = 'none' closed = True closed_date = <Date 2021-02-20.18:05:41.615> closer = 'pablogsal' components = ['C API'] creation = <Date 2021-02-20.16:48:37.845> creator = 'pablogsal' dependencies = [] files = [] hgrepos = [] issue_num = 43277 keywords = ['patch'] message_count = 2.0 messages = ['387413', '387423'] nosy_count = 1.0 nosy_names = ['pablogsal'] pr_nums = ['24598'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue43277' versions = ['Python 3.10']
The text was updated successfully, but these errors were encountered:
For some mysterious reason we have PySet_Check, PyFrozenSet_Check, PyAnySet_Check, PyAnySet_CheckExact and PyFrozenSet_CheckExact but no PySet_CheckExact
Sorry, something went wrong.
New changeset d439fb3 by Pablo Galindo in branch 'master': bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) d439fb3
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: