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 support of checked hash-based pycs in zipimport #78907

Closed
serhiy-storchaka opened this issue Sep 18, 2018 · 3 comments
Closed

Add support of checked hash-based pycs in zipimport #78907

serhiy-storchaka opened this issue Sep 18, 2018 · 3 comments
Labels
3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 34726
Nosy @Yhg1s, @warsaw, @brettcannon, @ncoghlan, @mcepl, @ericsnowcurrently, @serhiy-storchaka
PRs
  • bpo-34726: Fix handling of hash-based pycs in zipimport #10327
  • 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 2018-11-07.18:35:30.166>
    created_at = <Date 2018-09-18.19:49:50.930>
    labels = ['3.8', 'type-feature', 'library']
    title = 'Add support of checked hash-based pycs in zipimport'
    updated_at = <Date 2018-11-07.18:35:30.165>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-11-07.18:35:30.165>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-11-07.18:35:30.166>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2018-09-18.19:49:50.930>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34726
    keywords = ['patch']
    message_count = 3.0
    messages = ['325675', '325767', '329430']
    nosy_count = 7.0
    nosy_names = ['twouters', 'barry', 'brett.cannon', 'ncoghlan', 'mcepl', 'eric.snow', 'serhiy.storchaka']
    pr_nums = ['10327']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue34726'
    versions = ['Python 3.8']

    @serhiy-storchaka
    Copy link
    Member Author

    Currently zipimport refuses to handle checked hash-based pycs (PEP-552).

    @serhiy-storchaka serhiy-storchaka added 3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Sep 18, 2018
    @serhiy-storchaka
    Copy link
    Member Author

    bpo-23734 may be related.

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset a6e956b by Serhiy Storchaka (Elvis Pranskevichus) in branch 'master':
    bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
    a6e956b

    @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.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant