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

Make _hashlib extension module PEP-384 compatible #82323

Closed
tiran opened this issue Sep 12, 2019 · 2 comments
Closed

Make _hashlib extension module PEP-384 compatible #82323

tiran opened this issue Sep 12, 2019 · 2 comments
Assignees
Labels
3.9 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@tiran
Copy link
Member

tiran commented Sep 12, 2019

BPO 38142
Nosy @tiran
PRs
  • bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant #16071
  • 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/tiran'
    closed_at = <Date 2019-09-25.21:44:33.828>
    created_at = <Date 2019-09-12.16:40:02.970>
    labels = ['extension-modules', 'type-feature', '3.9']
    title = 'Make _hashlib extension module PEP-384 compatible'
    updated_at = <Date 2019-09-25.21:44:33.827>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2019-09-25.21:44:33.827>
    actor = 'christian.heimes'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2019-09-25.21:44:33.828>
    closer = 'christian.heimes'
    components = ['Extension Modules']
    creation = <Date 2019-09-12.16:40:02.970>
    creator = 'christian.heimes'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38142
    keywords = ['patch']
    message_count = 2.0
    messages = ['352214', '353236']
    nosy_count = 1.0
    nosy_names = ['christian.heimes']
    pr_nums = ['16071']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue38142'
    versions = ['Python 3.9']

    @tiran
    Copy link
    Member Author

    tiran commented Sep 12, 2019

    Updated _hashopenssl.c to be PEP-384 compliant.

    @tiran tiran added the 3.9 only security fixes label Sep 12, 2019
    @tiran tiran self-assigned this Sep 12, 2019
    @tiran tiran added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Sep 12, 2019
    @tiran
    Copy link
    Member Author

    tiran commented Sep 25, 2019

    New changeset df69e75 by Christian Heimes in branch 'master':
    bpo-38142: Updated _hashopenssl.c to be PEP-384 compliant (bpo-16071)
    df69e75

    @tiran tiran closed this as completed Sep 25, 2019
    @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.9 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant