summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorMarta Gómez Macías <mgmacias@google.com>2023-03-05 11:00:41 (GMT)
committerGitHub <noreply@github.com>2023-03-05 11:00:41 (GMT)
commit66aa78cbe604a7c5731f074b869f92174a8e3b64 (patch)
tree497aee1993fce7be009427638f48da111a9ecdc4 /Misc/ACKS
parent5da379ca7dff44b321450800252be01041b3320b (diff)
downloadcpython-66aa78cbe604a7c5731f074b869f92174a8e3b64.zip
cpython-66aa78cbe604a7c5731f074b869f92174a8e3b64.tar.gz
cpython-66aa78cbe604a7c5731f074b869f92174a8e3b64.tar.bz2
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index c591cd3..7bbde3a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -637,6 +637,7 @@ Tim Golden
Yonatan Goldschmidt
Mark Gollahon
Mikhail Golubev
+Marta Gómez Macías
Guilherme Gonçalves
Tiago Gonçalves
Chris Gonnerman