Navigation Menu

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

Update valgrind suppressions #78558

Closed
PaulPrice mannequin opened this issue Aug 10, 2018 · 4 comments
Closed

Update valgrind suppressions #78558

PaulPrice mannequin opened this issue Aug 10, 2018 · 4 comments
Labels
type-feature A feature request or enhancement

Comments

@PaulPrice
Copy link
Mannequin

PaulPrice mannequin commented Aug 10, 2018

BPO 34377
Nosy @benjaminp, @miss-islington, @PaulPrice
PRs
  • bpo-34377: update valgrind suppressions #8729
  • [3.7] closes bpo-34377: Update Valgrind suppressions. (GH-8729) #8733
  • [3.6] closes bpo-34377: Update Valgrind suppressions. (GH-8729) #8734
  • 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-08-11.06:41:38.001>
    created_at = <Date 2018-08-10.18:54:25.890>
    labels = ['type-feature']
    title = 'Update valgrind suppressions'
    updated_at = <Date 2018-08-11.21:07:54.873>
    user = 'https://github.com/PaulPrice'

    bugs.python.org fields:

    activity = <Date 2018-08-11.21:07:54.873>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-08-11.06:41:38.001>
    closer = 'benjamin.peterson'
    components = ['Demos and Tools']
    creation = <Date 2018-08-10.18:54:25.890>
    creator = 'Paul Price'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34377
    keywords = ['patch']
    message_count = 4.0
    messages = ['323385', '323405', '323406', '323422']
    nosy_count = 3.0
    nosy_names = ['benjamin.peterson', 'miss-islington', 'Paul Price']
    pr_nums = ['8729', '8733', '8734']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue34377'
    versions = ['Python 3.6']

    @PaulPrice
    Copy link
    Mannequin Author

    PaulPrice mannequin commented Aug 10, 2018

    I've found that the valgrind suppressions don't work for me with cpython 3.6.2. Renaming PyObject_Free/PyObject_Realloc to _PyObject_Free/_PyObject_Realloc in the suppressions file works.

    I've got a patch that I'll put in via a GitHub PR.

    @PaulPrice PaulPrice mannequin added the type-feature A feature request or enhancement label Aug 10, 2018
    @benjaminp
    Copy link
    Contributor

    New changeset db6075a by Benjamin Peterson (Paul Price) in branch 'master':
    closes bpo-34377: Update Valgrind suppressions. (GH-8729)
    db6075a

    @miss-islington
    Copy link
    Contributor

    New changeset 39c1253 by Miss Islington (bot) in branch '3.7':
    closes bpo-34377: Update Valgrind suppressions. (GH-8729)
    39c1253

    @benjaminp
    Copy link
    Contributor

    New changeset fe62d36 by Benjamin Peterson (Miss Islington (bot)) in branch '3.6':
    closes bpo-34377: Update Valgrind suppressions. (GH-8734)
    fe62d36

    @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
    type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants