Disable garbage collection. Dogs are unbothered and go to heaven anyway

This commit is contained in:
2025-04-22 22:26:57 -07:00
parent 33e8a68162
commit 9d0f565985

View File

@@ -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()