From 9d0f5659859088df112c19c059d39157e7f8dbff Mon Sep 17 00:00:00 2001 From: Nettika Date: Tue, 22 Apr 2025 22:26:57 -0700 Subject: [PATCH] Disable garbage collection. Dogs are unbothered and go to heaven anyway --- heaven.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/heaven.py b/heaven.py index 7ca2e68..142cda7 100644 --- a/heaven.py +++ b/heaven.py @@ -23,6 +23,10 @@ class Dog: global heaven heaven.append(self) + +import gc +gc.disable() + with suppress(NameError): heaven = a_place_on_earth() and god_is_a_girl()