Issue 30961: Py_Decref a borrowed reference in _tracemalloc (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75144

classification

Title: Py_Decref a borrowed reference in _tracemalloc
Type: Stage: resolved
Components: Extension Modules Versions: Python 3.7, Python 3.6, Python 3.5

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: xiang.zhang
Priority: normal Keywords:

Created on 2017-07-18 15:44 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2747 merged xiang.zhang,2017-07-18 15:51
PR 2748 merged xiang.zhang,2017-07-18 16:37
PR 2749 merged xiang.zhang,2017-07-18 16:38
Messages (3)
msg298603 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-07-18 16:33
New changeset 4ed5ad79ec6c6270e6018bd0a55656305ee60907 by Xiang Zhang in branch 'master': bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) https://github.com/python/cpython/commit/4ed5ad79ec6c6270e6018bd0a55656305ee60907
msg298604 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-07-18 16:50
New changeset 241c4a28d9fec7f2beffc9cbd21f156999959a9d by Xiang Zhang in branch '3.6': bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2748) https://github.com/python/cpython/commit/241c4a28d9fec7f2beffc9cbd21f156999959a9d
msg298605 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-07-18 16:52
New changeset cb3f024f3ac91e468d581f0682e63685c977c80d by Xiang Zhang in branch '3.5': bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749) https://github.com/python/cpython/commit/cb3f024f3ac91e468d581f0682e63685c977c80d
History
Date User Action Args
2022-04-11 14:58:49 admin set github: 75144
2017-07-18 17:03:18 xiang.zhang set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-07-18 16:52:00 xiang.zhang set messages: +
2017-07-18 16:50:54 xiang.zhang set messages: +
2017-07-18 16:38:14 xiang.zhang set pull_requests: + <pull%5Frequest2808>
2017-07-18 16:37:38 xiang.zhang set pull_requests: + <pull%5Frequest2807>
2017-07-18 16:33:32 xiang.zhang set messages: +
2017-07-18 15:51:08 xiang.zhang set pull_requests: + <pull%5Frequest2806>
2017-07-18 15:44:55 xiang.zhang create