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() #63387

Closed
serhiy-storchaka opened this issue Oct 7, 2013 · 2 comments
Closed

Add PySet_CheckExact() #63387

serhiy-storchaka opened this issue Oct 7, 2013 · 2 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 19188
Nosy @rhettinger, @pitrou, @tiran, @serhiy-storchaka

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 = 'https://github.com/rhettinger'
closed_at = <Date 2013-10-10.04:53:34.724>
created_at = <Date 2013-10-07.19:35:39.512>
labels = ['interpreter-core', 'type-feature']
title = 'Add PySet_CheckExact()'
updated_at = <Date 2013-10-10.04:53:34.724>
user = 'https://github.com/serhiy-storchaka'

bugs.python.org fields:

activity = <Date 2013-10-10.04:53:34.724>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = <Date 2013-10-10.04:53:34.724>
closer = 'rhettinger'
components = ['Interpreter Core']
creation = <Date 2013-10-07.19:35:39.512>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 19188
keywords = []
message_count = 2.0
messages = ['199157', '199170']
nosy_count = 4.0
nosy_names = ['rhettinger', 'pitrou', 'christian.heimes', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = 'needs patch'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue19188'
versions = ['Python 3.4']

@serhiy-storchaka
Copy link
Member Author

There are PyFrozenSet_CheckExact() and PyAnySet_CheckExact() but there is no PySet_CheckExact(). Perhaps we should add it for consistency.

@serhiy-storchaka serhiy-storchaka added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Oct 7, 2013
@rhettinger
Copy link
Contributor

AFACIT, there is no use case. I left this out of the API for a reason. It was not an unintentional omission.

@rhettinger rhettinger self-assigned this Oct 8, 2013
@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
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants