differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

Memory usage spikes while trying to parse_dammit certain code. #78

Open Zerrien opened 8 years ago

Zerrien commented 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):

nwinter commented 8 years ago

(CPU also spikes and often crashes the game.)