Open Zerrien opened 8 years ago
With the following code:
def c (d): pass def a(b): c#( # Adding/removing this "(" causes memory usage to spike. return None
From my testing (which is a bit shaky due to the nature of the bug):
(CPU also spikes and often crashes the game.)
With the following code:
From my testing (which is a bit shaky due to the nature of the bug):