Allison Kaptur
Allison Kaptur
`test_list_comprehension` should cover the basic case - I wonder if this is an issue with 3.5 specifically, or if it's because you're creating the list that you're iterating over in...
Hi @srepmub and @andychu - thanks for the bug report! No, there’s not a good reason why this isn’t implemented yet, and a patch is welcome.
Hey Chris! Thanks for looking at this - you're right that Blocks are one of the most fiddly parts of the interpreter. > Every time I indent, I create a...
@arthurp , are you set up using [tox](https://testrun.org/tox/latest/)? It makes the cross-version testing much less of a headache
My bytecode chapter for the Architecture of Open Source Applications book might be a better example than my bytecode talk (although the content substantially overlaps): http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html One of the hardest...