Issue 37070: Clean up f-string debug handling, including potential memory leaks (original) (raw)

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

classification

Title: Clean up f-string debug handling, including potential memory leaks
Type: behavior Stage: resolved
Components: Interpreter Core Versions: Python 3.8

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.smith Nosy List: eric.smith, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2019-05-28 00:33 by eric.smith, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13607 merged eric.smith,2019-05-28 00:58
Messages (2)
msg343722 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2019-05-28 00:33
This addresses a few issues Serhiy found in the review for issue 37050 at https://github.com/python/cpython/pull/13597. Patch to follow.
msg343870 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2019-05-29 07:55
New changeset f83d1dbd3bfbde940117c85f5c70de00e47b7e6e by Eric V. Smith in branch 'master': bpo-37070: Cleanup fstring debug handling (GH-13607) https://github.com/python/cpython/commit/f83d1dbd3bfbde940117c85f5c70de00e47b7e6e
History
Date User Action Args
2022-04-11 14:59:15 admin set github: 81251
2019-05-29 07:56:19 eric.smith set status: open -> closedresolution: fixedstage: patch review -> resolved
2019-05-29 07:55:53 eric.smith set messages: +
2019-05-28 00:58:04 eric.smith set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest13513>
2019-05-28 00:33:18 eric.smith create