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

Py_Decref a borrowed reference in _tracemalloc #75144

Closed
zhangyangyu opened this issue Jul 18, 2017 · 3 comments
Closed

Py_Decref a borrowed reference in _tracemalloc #75144

zhangyangyu opened this issue Jul 18, 2017 · 3 comments
Labels
3.7 (EOL) end of life extension-modules C modules in the Modules dir

Comments

@zhangyangyu
Copy link
Member

BPO 30961
Nosy @zhangyangyu
PRs
  • bpo-30961: Fix decrementing a borrowed reference in tracemalloc. #2747
  • [3.6] bpo-30961: Fix decrementing a borrowed reference in tracemalloc. #2748
  • [3.5] bpo-30961: Fix decrementing a borrowed reference in tracemalloc. #2749
  • 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 2017-07-18.17:03:18.373>
    created_at = <Date 2017-07-18.15:44:55.214>
    labels = ['extension-modules', '3.7']
    title = 'Py_Decref a borrowed reference in _tracemalloc'
    updated_at = <Date 2017-07-18.17:03:18.373>
    user = 'https://github.com/zhangyangyu'

    bugs.python.org fields:

    activity = <Date 2017-07-18.17:03:18.373>
    actor = 'xiang.zhang'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-07-18.17:03:18.373>
    closer = 'xiang.zhang'
    components = ['Extension Modules']
    creation = <Date 2017-07-18.15:44:55.214>
    creator = 'xiang.zhang'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30961
    keywords = []
    message_count = 3.0
    messages = ['298603', '298604', '298605']
    nosy_count = 1.0
    nosy_names = ['xiang.zhang']
    pr_nums = ['2747', '2748', '2749']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue30961'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    @zhangyangyu zhangyangyu added 3.7 (EOL) end of life extension-modules C modules in the Modules dir labels Jul 18, 2017
    @zhangyangyu
    Copy link
    Member Author

    New changeset 4ed5ad7 by Xiang Zhang in branch 'master':
    bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (bpo-2747)
    4ed5ad7

    @zhangyangyu
    Copy link
    Member Author

    New changeset 241c4a2 by Xiang Zhang in branch '3.6':
    bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (bpo-2747) (bpo-2748)
    241c4a2

    @zhangyangyu
    Copy link
    Member Author

    New changeset cb3f024 by Xiang Zhang in branch '3.5':
    bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (bpo-2747) (bpo-2749)
    cb3f024

    @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 extension-modules C modules in the Modules dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant