[New-bugs-announce] [issue44872] FrameObject uses the old trashcan macros

Irit Katriel report at bugs.python.org
Mon Aug 9 12:12:13 EDT 2021


New submission from Irit Katriel <iritkatriel at gmail.com>:

Py_TRASHCAN_SAFE_BEGIN/END are the old macros, and they are currently broken (see Issue40608). We should use Py_TRASHCAN_BEGIN/END instead.

----------
components: Interpreter Core
messages: 399274
nosy: iritkatriel
priority: normal
severity: normal
status: open
title: FrameObject uses the old trashcan macros
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44872>
_______________________________________


More information about the New-bugs-announce mailing list