This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:49adminsetgithub: 75144
2017-07-18 17:03:18xiang.zhangsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-07-18 16:52:00xiang.zhangsetmessages: + msg298605
2017-07-18 16:50:54xiang.zhangsetmessages: + msg298604
2017-07-18 16:38:14xiang.zhangsetpull_requests: + pull_request2808
2017-07-18 16:37:38xiang.zhangsetpull_requests: + pull_request2807
2017-07-18 16:33:32xiang.zhangsetmessages: + msg298603
2017-07-18 15:51:08xiang.zhangsetpull_requests: + pull_request2806
2017-07-18 15:44:55xiang.zhangcreate