From 27670729a5ef341a75d90e34b6979e6b0671e0f3 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 21 Feb 2024 11:36:53 +1100 Subject: [PATCH] py/compile: Remove TODO about name mangling. This TODO is now covered by the tests/cpydiff/core_class_name_mangling.py test. Signed-off-by: Damien George --- py/compile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/py/compile.c b/py/compile.c index 8246a9241c..fe7ad6e13c 100644 --- a/py/compile.c +++ b/py/compile.c @@ -41,8 +41,6 @@ #if MICROPY_ENABLE_COMPILER -// TODO need to mangle __attr names - #define INVALID_LABEL (0xffff) typedef enum {