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

PyDict_Copy() can leave 'ma_version_tag' uninitialized #77380

Closed
pdox mannequin opened this issue Apr 1, 2018 · 4 comments
Closed

PyDict_Copy() can leave 'ma_version_tag' uninitialized #77380

pdox mannequin opened this issue Apr 1, 2018 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Comments

@pdox
Copy link
Mannequin

pdox mannequin commented Apr 1, 2018

BPO 33199
Nosy @rhettinger, @methane, @pdox, @miss-islington
PRs
  • bpo-33199: Initialize ma_version_tag in PyDict_Copy #6341
  • [3.7] bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341) #6357
  • [3.6] bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341) #6358
  • 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-04-03.03:37:04.195>
    created_at = <Date 2018-04-01.08:56:59.843>
    labels = ['interpreter-core', '3.8', 'type-bug', '3.7']
    title = "PyDict_Copy() can leave 'ma_version_tag' uninitialized"
    updated_at = <Date 2018-04-03.03:37:15.971>
    user = 'https://github.com/pdox'

    bugs.python.org fields:

    activity = <Date 2018-04-03.03:37:15.971>
    actor = 'methane'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-04-03.03:37:04.195>
    closer = 'methane'
    components = ['Interpreter Core']
    creation = <Date 2018-04-01.08:56:59.843>
    creator = 'pdox'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33199
    keywords = ['patch']
    message_count = 4.0
    messages = ['314768', '314851', '314853', '314854']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'methane', 'pdox', 'miss-islington']
    pr_nums = ['6341', '6357', '6358']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue33199'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @pdox
    Copy link
    Mannequin Author

    pdox mannequin commented Apr 1, 2018

    PyDict_Copy leaves 'ma_version_tag' uninitialized when the dictionary being copied has a split table.

    @pdox pdox mannequin added 3.7 (EOL) end of life 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error labels Apr 1, 2018
    @methane
    Copy link
    Member

    methane commented Apr 3, 2018

    New changeset d1c82c5 by INADA Naoki in branch 'master':
    bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
    d1c82c5

    @miss-islington
    Copy link
    Contributor

    New changeset de75512 by Miss Islington (bot) in branch '3.7':
    bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
    de75512

    @miss-islington
    Copy link
    Contributor

    New changeset 9a90826 by Miss Islington (bot) in branch '3.6':
    bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
    9a90826

    @methane methane closed this as completed Apr 3, 2018
    @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.7 (EOL) end of life 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants