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

the struct module should support storage for size_t / Py_ssize_t C types #57307

Closed
pitrou opened this issue Oct 4, 2011 · 2 comments
Closed
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@pitrou
Copy link
Member

pitrou commented Oct 4, 2011

BPO 13098
Nosy @mdickinson, @pitrou, @skrah, @meadori
Superseder
  • bpo-3163: module struct support for ssize_t and size_t
  • 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 2011-10-04.12:08:00.617>
    created_at = <Date 2011-10-04.09:52:29.481>
    labels = ['type-feature', 'library']
    title = 'the struct module should support storage for size_t / Py_ssize_t C types'
    updated_at = <Date 2011-10-04.12:08:00.616>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2011-10-04.12:08:00.616>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2011-10-04.12:08:00.617>
    closer = 'pitrou'
    components = ['Library (Lib)']
    creation = <Date 2011-10-04.09:52:29.481>
    creator = 'pitrou'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 13098
    keywords = []
    message_count = 2.0
    messages = ['144867', '144875']
    nosy_count = 4.0
    nosy_names = ['mark.dickinson', 'pitrou', 'skrah', 'meador.inge']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'needs patch'
    status = 'closed'
    superseder = '3163'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue13098'
    versions = ['Python 3.3']

    @pitrou
    Copy link
    Member Author

    pitrou commented Oct 4, 2011

    Title says it all.

    @pitrou pitrou added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Oct 4, 2011
    @mdickinson
    Copy link
    Member

    See issue bpo-3163.

    @pitrou pitrou closed this as completed Oct 4, 2011
    @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
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants