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