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

Expose dict_proxy type from descrobject.c #58434

Closed
ndparker mannequin opened this issue Mar 7, 2012 · 1 comment
Closed

Expose dict_proxy type from descrobject.c #58434

ndparker mannequin opened this issue Mar 7, 2012 · 1 comment
Labels
extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@ndparker
Copy link
Mannequin

ndparker mannequin commented Mar 7, 2012

BPO 14226
Nosy @ndparker, @ericsnowcurrently
Superseder
  • bpo-14386: Expose dict_proxy internal type as types.MappingProxyType
  • 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 2012-06-23.21:48:09.992>
    created_at = <Date 2012-03-07.23:35:39.470>
    labels = ['extension-modules', 'interpreter-core', 'type-feature']
    title = 'Expose dict_proxy type from descrobject.c'
    updated_at = <Date 2012-06-23.21:48:09.992>
    user = 'https://github.com/ndparker'

    bugs.python.org fields:

    activity = <Date 2012-06-23.21:48:09.992>
    actor = 'eric.snow'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-06-23.21:48:09.992>
    closer = 'eric.snow'
    components = ['Extension Modules', 'Interpreter Core']
    creation = <Date 2012-03-07.23:35:39.470>
    creator = 'ndparker'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 14226
    keywords = []
    message_count = 1.0
    messages = ['155131']
    nosy_count = 2.0
    nosy_names = ['ndparker', 'eric.snow']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '14386'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue14226'
    versions = []

    @ndparker
    Copy link
    Mannequin Author

    ndparker mannequin commented Mar 7, 2012

    As discussed in the dev-thread about frozendicts, it would be helpful for providing advisory read-only-dicts, to just expose the dict_proxy type. I suppose, the collections module would be a good place (it just needs to provide the interface to the type, not the whole implementation).

    @ndparker ndparker mannequin added extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Mar 7, 2012
    @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
    extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant