Disable garbage collection. Dogs are unbothered and go to heaven anyway
This commit is contained in:
parent
33e8a68162
commit
9d0f565985
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue