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

Add PySet_CheckExact #87443

Closed
pablogsal opened this issue Feb 20, 2021 · 2 comments
Closed

Add PySet_CheckExact #87443

pablogsal opened this issue Feb 20, 2021 · 2 comments
Labels
3.10 only security fixes topic-C-API

Comments

@pablogsal
Copy link
Member

BPO 43277
Nosy @pablogsal
PRs
  • bpo-43277: Add PySet_CheckExact to the C-API #24598
  • 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:

    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']

    @pablogsal
    Copy link
    Member Author

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

    @pablogsal pablogsal added 3.10 only security fixes topic-C-API labels Feb 20, 2021
    @pablogsal
    Copy link
    Member Author

    New changeset d439fb3 by Pablo Galindo in branch 'master':
    bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
    d439fb3

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes topic-C-API
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant