]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
authorMarta Gómez Macías <mgmacias@google.com>
Sun, 5 Mar 2023 11:00:41 +0000 (12:00 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Mar 2023 11:00:41 +0000 (12:00 +0100)
commit66aa78cbe604a7c5731f074b869f92174a8e3b64
tree497aee1993fce7be009427638f48da111a9ecdc4
parent5da379ca7dff44b321450800252be01041b3320b
gh-102356: Add thrashcan macros to filter object dealloc (#102426)

Add thrashcan macros to the deallocator of the filter objects to protect against deeply nested destruction of chains of nested filters.
Lib/test/test_builtin.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2023-03-04-20-56-12.gh-issue-102356.07KvUd.rst [new file with mode: 0644]
Python/bltinmodule.c