Christopher Haster
270230a833
scripts: Adopted del to resolve shadowed builtins
...
So:
all_ = all; del all
Instead of:
import builtins
all_, all = all, builtins.all
The del exposes the globally scoped builtin we accidentally shadow.
This requires less megic, and no module imports, though tbh I'm
surprised it works.
It also works in the case where you change a builtin globally, but
that's a bit too crazy even for me...
2025-04-16 15:22:08 -05:00
..
2025-03-12 21:18:51 -05:00
2025-03-12 21:18:51 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:21:57 -05:00
2025-04-16 15:21:57 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:21:54 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:21:59 -05:00
2025-04-16 15:21:59 -05:00
2025-04-16 15:22:07 -05:00
2025-04-16 15:21:59 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:22:07 -05:00
2025-04-16 15:22:06 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:21:54 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:21:55 -05:00
2025-04-16 15:21:37 -05:00
2025-03-12 21:18:51 -05:00
2025-01-28 14:41:30 -06:00
2024-11-06 15:31:17 -06:00
2024-11-06 15:31:17 -06:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:22:08 -05:00
2025-04-16 15:21:55 -05:00
2025-03-12 21:18:51 -05:00
2025-03-12 21:18:51 -05:00
2025-04-16 15:21:59 -05:00
2025-04-16 15:21:55 -05:00
2025-04-16 15:21:32 -05:00
2025-04-16 15:21:55 -05:00