blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
398 stars 133 forks source link

Generators freak out the abstract interpreter #25

Closed acbart closed 6 years ago

acbart commented 7 years ago

Generators are a weird beast: https://greentreesnakes.readthedocs.io/en/latest/nodes.html#comprehensions

But I've heard they freak out the abstract interpreter, since it doesn't process them as expected. We'll need to look into this.