summaryrefslogtreecommitdiffstats
path: root/Parser/action_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/action_helpers.c')
-rw-r--r--Parser/action_helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser/action_helpers.c b/Parser/action_helpers.c
index d1be679..27c0933 100644
--- a/Parser/action_helpers.c
+++ b/Parser/action_helpers.c
@@ -12,6 +12,7 @@ _create_dummy_identifier(Parser *p)
void *
_PyPegen_dummy_name(Parser *p, ...)
{
+ // XXX This leaks memory from the initial arena.
static void *cache = NULL;
if (cache != NULL) {